Releases: RealFax/order-map
Releases · RealFax/order-map
Release
We ushered in the first stable version of order map. In subsequent versions, we still guarantee the promised content
Full Changelog: v0.5.5...v1.0.0
Concurrency safety
Full Changelog: v0.5.5...v0.6.0
We implemented concurrency safety with reference to sync.Map, but this feature is still under testing. Use --tags=safety_map
to enable this feature.
This version is still guaranteed to be semantically compatible with the sync.Map
API
great! new data structures (★ ω ★)
Full Changelog: v0.2.0...v0.5.0
- use red-black tree data structures
Bug fixed
fixed more bug
Full Changelog: v0.1.5...v0.2.0
v0.1.5
add func Size, Reset
v0.1.0
optimized the fine-grained lock and fixed some bugs