Why Redis SortedSet uses Skip List instead of Balanced Tree?

后端 未结 0 2052
执笔经年
执笔经年 2021-02-11 07:08

The Redis document said as below :

ZSETs are ordered sets using two data structures to hold the same elements in order to get O(log(N)) INSERT and REMO

相关标签:
回答
  • 消灭零回复
提交回复
热议问题