Skip to content

Releases: RealFax/order-map

Release

25 Jan 13:11
03768b6
Compare
Choose a tag to compare

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

20 Jan 05:48
03768b6
Compare
Choose a tag to compare

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 (★ ω ★)

18 Jan 13:29
Compare
Choose a tag to compare

Full Changelog: v0.2.0...v0.5.0

  • use red-black tree data structures

Bug fixed

27 Jul 07:26
Compare
Choose a tag to compare

fixed more bug

Full Changelog: v0.1.5...v0.2.0

v0.1.5

26 Jun 06:42
Compare
Choose a tag to compare
add func Size, Reset

v0.1.0

25 Jun 14:53
Compare
Choose a tag to compare
optimized the fine-grained lock and fixed some bugs