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

BTreeMap: Explore making node loading less expensive #166

Open
ielashi opened this issue Dec 18, 2023 · 0 comments
Open

BTreeMap: Explore making node loading less expensive #166

ielashi opened this issue Dec 18, 2023 · 0 comments

Comments

@ielashi
Copy link
Contributor

ielashi commented Dec 18, 2023

Loading is a relatively expensive operation, and improving it can lead to significant gains in performance. Caching is an obvious way to make loading a node cheaper. Maybe there are other options worth exploring too.

Related forum post:
https://forum.dfinity.org/t/is-there-any-way-to-mutate-the-value-inside-ic-stable-structures-btreemap/

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