Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(tokenizer): Use decorators for even faster parsing #1011

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fb55
Copy link
Owner

@fb55 fb55 commented Nov 12, 2021

This leads to another ~5% speed-up. Not sure if it is worth it though, as the code does get quite a bit less understandable.

@fb55 fb55 changed the title refactor: Use decorators for even faster parsing refactor(tokenizer): Use decorators for even faster parsing Nov 12, 2021
@coveralls
Copy link

Pull Request Test Coverage Report for Build 1454072605

  • 82 of 83 (98.8%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.1%) to 99.357%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/Tokenizer.ts 82 83 98.8%
Totals Coverage Status
Change from base Build 1449180628: -0.1%
Covered Lines: 773
Relevant Lines: 778

💛 - Coveralls

This leads to another ~5% speed-up. Not sure if it is worth it though, as the code does get quite a bit less understandable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants