Releases: seniorjoinu/ic-stable-memory
Releases · seniorjoinu/ic-stable-memory
v0.4.4
v0.4.1
It is safe to use now
v0.2.3
SBTreeMap
andSBTreeSet
Speedy
instead ofCandid
(+SPrincipal
)on_low_stable_memory()
callback- performance improvement
v0.1.0
- SHashSet collection on top of SHashMap
- SBinaryHeap collection on top of SVec
v0.0.2
- improved safeness, readability and usability of stable variables with
s!
macro; - improved usability of routine functions with
stable_memory_init()
,stable_memory_pre_upgrade()
andstable_memory_post_upgrade()
.