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

Try to optimize StableBTreeMap through alternative JSON implementations #2685

Open
lastmjs opened this issue Feb 12, 2025 · 0 comments
Open
Milestone

Comments

@lastmjs
Copy link
Member

lastmjs commented Feb 12, 2025

We might be able to use C++ or Rust JSON implementations like https://github.com/simd-lite/simd-json, which might provide huge speedups in our StableBTreeMap performance, though I have not tested it yet.

There are also some implementations on npm that claim to be very fast versions of JSON.stringify

@lastmjs lastmjs added this to the 1.0 milestone Feb 12, 2025
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

No branches or pull requests

1 participant