You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Installation
$ go get github.com/3xian/elephantlist
About
A data structure that allows fast search within an ordered sequence of elements