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
Apparently there are some well-used npm packages that offer fast JSON stringify (and hopefully parse). We might want to look into these to improve the performance of our StableBTreeMap default implementation...since we have to do a lot of these operations especially on arrays and such, this could provide a major improvement.
The text was updated successfully, but these errors were encountered:
Apparently there are some well-used npm packages that offer fast JSON stringify (and hopefully parse). We might want to look into these to improve the performance of our StableBTreeMap default implementation...since we have to do a lot of these operations especially on arrays and such, this could provide a major improvement.
The text was updated successfully, but these errors were encountered: