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)
A modern, feature-rich URL shortener built with FastAPI, MongoDB, Redis, Kibana and Elasticsearch. Designed for learning and portfolio demonstration, with analytics, search, and leaderboard features.
A real-time, interactive terminal-based leaderboard built with Go, Redis, and RediSearch, designed to track and rank team member contributions across multiple projects and timeframes
springboot-redis-vue对象序列化 自动配置 zset排序 倒序 hash联表查询
Mainly change sorted set to hold time series elements which elements repeatable.
여행하게(Align)의 실시간 랭킹 시스템을 NestJS·TypeScript·TypeORM으로 재구성한 학습·기여형 프로젝트 — HLL·ZSET·BullMQ 마이크로배치
To associate your repository with the zset topic, visit your repo's landing page and select "manage topics."