skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.
-
Updated
Apr 2, 2023 - Go
skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.
Add a description, image, and links to the zset topic page so that developers can more easily learn about it.
To associate your repository with the zset topic, visit your repo's landing page and select "manage topics."