reredis icon indicating copy to clipboard operation
reredis copied to clipboard

The implementation of skip list is ugly, try to change it.

Open huangjiahua opened this issue 6 years ago • 1 comments

I use Rc and Weak to implement the linking in SkipList, which add some unnessisary overhead. It may be better to use Option<*const T> like the LinkedList.

huangjiahua avatar Aug 23 '19 03:08 huangjiahua

There won't be zset in the first version, so this will be postponed.

huangjiahua avatar Sep 05 '19 06:09 huangjiahua