A collection of data structures for fearless canister upgrades.
Stars
110
Forks
38
Watchers
110
Open Issues
32
Overall repository health assessment
No package.json found
This might not be a Node.js project
119
commits
84
commits
24
commits
17
commits
17
commits
16
commits
5
commits
4
commits
3
commits
3
commits
test: add comprehensive node cache correctness tests for btreemap (#431)
77044ebView on GitHubperf: use node cache in insert and remove operations for BTreeMap (#426)
ce9ae9bView on GitHubrefactor: improve node cache public API naming and docs (#432)
90cc2aaView on GitHubperf: single-pass pop_first/pop_last and remove cases 2a/2b (#417)
e9d9f45View on GitHubtest: refactor btreemap benchmarks to support cache-specific cases (#427)
00739fcView on GitHubfeat(btreemap): add direct-mapped node cache for read operations (#416)
8f83191View on GitHubtest: add zipf-distributed benchmarks for btreemap cache evaluation (#425)
c84232fView on GitHubrefactor: trim redundant BTreeMap benchmarks, add realistic access patterns (#424)
46bf6a0View on GitHubrefactor: move btreemap tests into a separate file (#423)
2e70a55View on GitHubperf: optimize pop_* and refactor getting min/max keys of btreemap (#422)
8e8735bView on GitHubperf: cache BaseVec len in Cell<u64> to avoid stable memory reads (#415)
29fad0dView on GitHubfeat(collections): add clear() method to BaseVec, Log, Vec, and MinHeap (#414)
04fe601View on GitHubchore: Refine slack message in publish workflow (#412)
a7cb28bView on GitHub