You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: