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.
Go`s generics AVL based sorted map
Golang sorted set
In-memory database with persistence option inspired by Redis
Add a description, image, and links to the sorted-sets topic page so that developers can more easily learn about it.
To associate your repository with the sorted-sets topic, visit your repo's landing page and select "manage topics."