skiplist

Skip list

An efficient data structure implementation for fast lookups and insertions in a list

A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist

GitHub

277 stars
9 watching
38 forks
Language: Go
last commit: almost 2 years ago
Linked from 2 awesome lists

data-structuresgogolanggolang-libraryskiplist

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
gansidui/skiplist A Go implementation of a data structure optimized for fast lookup and insertion in ordered lists. 84
ducasse/containers-skiplist An implementation of a probabilistic data structure for fast search and retrieval in a sorted list. 1
skippednote/go-learn A comprehensive resource for learning Go programming language and its ecosystem. 227
mattgathu/cute A macro for creating list and dictionary comprehensions in Rust. 336
thepaw/go-gt A Go library for a high-performance, in-memory caching system 11
skiplang/skip A programming language designed to optimize computation by tracking side effects and enabling safe parallelism and caching with reactive invalidation. 1,975
spl/dlist A data structure library providing efficient append and snoc operations for list-like types 65
goccy/go-yaml A YAML parser and encoder for the Go programming language. 1,179
jfcg/sorty Fast and efficient sorting library for Go with concurrent and parallel capabilities 133
sgreben/piecewiselinear A lightweight linear interpolation library for Go 26
gobwas/glob A Go library for efficient string matching using compile-time glob patterns. 961
yourbasic/graph A Go library providing efficient algorithms and data structures for graph manipulation 709
shady831213/algorithms A collection of algorithms and data structures implemented in Go. 805
srfrog/dict Provides an alternative data structure to Go's built-in map and slice types 45
deatil/go-array A Go package for working with nested data structures like maps and slices 20