Skip to content
#

wjybxx

Here are 4 public repositories matching this topic...

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较为容易,你可以在理解后自行添加需要的特性。

  • Updated Aug 10, 2023
  • Java

Improve this page

Add a description, image, and links to the wjybxx topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wjybxx topic, visit your repo's landing page and select "manage topics."

Learn more