Elephant list is data structure that allows fast search within an ordered sequence of elements. It's a mixture of skip list and unrolled linked list, and runs faster than both of them.
$ go get github.com/3xian/elephantlist
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Elephant list is data structure that allows fast search within an ordered sequence of elements. It's a mixture of skip list and unrolled linked list, and runs faster than both of them.
$ go get github.com/3xian/elephantlist