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

Performance optimizations for @wry/trie package. #138

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

benjamn
Copy link
Owner

@benjamn benjamn commented May 11, 2021

This PR investigates possible performance optimizations for the @wry/trie package, addressing #131.

@benjamn benjamn added enhancement New feature or request @wry/trie labels May 11, 2021
@benjamn benjamn self-assigned this May 11, 2021
@benjamn benjamn force-pushed the issue-131-trie-performance branch from 0fd7100 to 15397cb Compare May 11, 2021 15:23
@benjamn benjamn changed the title Add basic performance tests to @wry/trie package. Performance optimizations for @wry/trie package. May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request @wry/trie
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@wry/trie idea: speed up lookupArray by avoiding forEach and arrow function allocation
1 participant