Discussion:
[leveldb] The kind of the tree implemented in skiplist.h
mohammad saleh Gharehdaghi
2018-04-02 02:08:22 UTC
Permalink
Hello everyone,

Leveldb uses codes in skiplist.h to sort the keys. What kind of tree is
that?

Thanks
--
You received this message because you are subscribed to the Google Groups "leveldb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to leveldb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
'Victor Costan' via leveldb
2018-04-02 02:27:15 UTC
Permalink
https://en.wikipedia.org/wiki/Skip_list

On Sun, Apr 1, 2018 at 7:08 PM mohammad saleh Gharehdaghi <
Post by mohammad saleh Gharehdaghi
Hello everyone,
Leveldb uses codes in skiplist.h to sort the keys. What kind of tree is
that?
Thanks
--
You received this message because you are subscribed to the Google Groups "leveldb" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "leveldb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to leveldb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
mohammad saleh Gharehdaghi
2018-04-02 03:20:38 UTC
Permalink
Thanks a lot buddy. I am knew to leveldb.

On Sun, Apr 1, 2018 at 9:27 PM, 'Victor Costan' via leveldb <
Post by 'Victor Costan' via leveldb
https://en.wikipedia.org/wiki/Skip_list
On Sun, Apr 1, 2018 at 7:08 PM mohammad saleh Gharehdaghi <
Post by mohammad saleh Gharehdaghi
Hello everyone,
Leveldb uses codes in skiplist.h to sort the keys. What kind of tree is
that?
Thanks
--
You received this message because you are subscribed to the Google Groups
"leveldb" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "leveldb" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "leveldb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to leveldb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...