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

decrease ramp-up time to <= 10ms #5

Open
rkeytacked opened this issue Jan 8, 2024 · 0 comments
Open

decrease ramp-up time to <= 10ms #5

rkeytacked opened this issue Jan 8, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@rkeytacked
Copy link
Member

With the switch from version 1.0.* (isbn-core) to 1.1.* (fast-isbn) the parsing speed tripled (from 4M ops/s to 13M ops/s). But the ramp-up time increased from 10ms to 30ms. This is due to parsing the the compact decision-tree data and creating the 13-dimensional character-lookup-tree.

We need to find a way to have the character-lookup-tree faster at startup, but without increasing the byte code too much.
A good trade-off between for the amount of generated code has to be found.

@rkeytacked rkeytacked added the enhancement New feature or request label Jan 8, 2024
@rkeytacked rkeytacked added this to the 1.2. milestone Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant