Skip to content

Performance #3

@peteb

Description

@peteb

Try these optimizations, develop some measurements first

  • Measure if the lookup table is too large, maybe it should be split into multiple tables for performance
  • A large function using indirect goto and address-of-label is something that can be tested
  • A DFA could be used to optimize parse_value instead of brute-forcing, though this is in the assembler so who cares

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions