stable-structures icon indicating copy to clipboard operation
stable-structures copied to clipboard

A collection of data structures for fearless canister upgrades.

Results 35 stable-structures issues
Sort by recently updated
recently updated
newest added

DO NOT SUBMIT! This PR is an empty commit compare current main branch to v0.6.7 results.

Currently the only way to extend a StableVec with another vector or slice is repeatedly calling `push`: ```rust let stable_vec = StableVec::::init(mem).expect("Memory was not for stable vec"); let bytes =...

This PR has been created to run the benchmarks.