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.
A redis module, similar to redis zset, but you can set multiple scores for each member to support multi-dimensional sorting
redis的zset的java实现,包含3个版本,Long2ObjZset, Obj2LongZset, GenericZSet。GenericZSet是基准实现,Long2ObjZset, Obj2LongZset是GenericZSet特化实现,以减少大量的拆装箱。 java-zset实现了redis zset中的常用命令,且结合java语言自身的特性,进行了大量优化,包括: 1. score不再限定为double类型,支持泛型score。 2.可自定义ScoreComparator, KeyComparator,使得实现逆序排行榜更加容易,而不是让你总是使用reverse系列接口。 此外,扩展zset较为容易,你可以在理解后自行添加需要的特性。
A distributed timer, distributed callback service, based on dubbo & redis (分布式定时回调服务,基于dubbo redis)
Mainly change sorted set to hold time series elements which elements repeatable.
springboot-redis-vue对象序列化 自动配置 zset排序 倒序 hash联表查询
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."