Skip to content

3xian/elephantlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Elephant List

GoDoc

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages