We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
native arrayset: an early optimization was added in mozilla#260
todo
related: use map as cache? mozilla#308 mozilla#370
cache more results? like VLQ values (or use static lookup tales for VLQ characters?)
refactor with object-reuse in mind
use a different internal data structure? see Rich-Harris/sourcemap-codec#82
use asm.js optimizations deprecated
The text was updated successfully, but these errors were encountered:
No branches or pull requests
native arrayset: an early optimization was added in mozilla#260
todo
related: use map as cache? mozilla#308 mozilla#370
cache more results? like VLQ values (or use static lookup tales for VLQ characters?)
refactor with object-reuse in mind
use a different internal data structure? see Rich-Harris/sourcemap-codec#82
use asm.js optimizationsdeprecatedThe text was updated successfully, but these errors were encountered: