A Go implementation of a skip list data structure, inspired by Redis's zskiplist.
skiplist for golang
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist
Generic sorted map for Go with red-black tree under the hood
Split byte streams into chunks, and arrange chunks into trees, with boundaries determined by content, not position
Merkle hash trees