-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
A-parserArea: parsing source code to an ASTArea: parsing source code to an ASTC-perfCategory: an issue highlighting optimization opportunities or PRs implementing suchCategory: an issue highlighting optimization opportunities or PRs implementing such
Description
Describe the feature
The current Solar lexer processes characters one-by-one with branching logic for character classification. We should be able to use SIMD operation to process large files in batches something like a mapping of characters to characters at scale batching but for characters
Metadata
Metadata
Assignees
Labels
A-parserArea: parsing source code to an ASTArea: parsing source code to an ASTC-perfCategory: an issue highlighting optimization opportunities or PRs implementing suchCategory: an issue highlighting optimization opportunities or PRs implementing such