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
279 stars
9 watching
38 forks
Language: Go
last commit: about 2 years ago
Linked from 2 awesome lists
data-structuresgogolanggolang-libraryskiplist
Related projects:
Repository | Description | Stars |
---|---|---|
| A Go implementation of a data structure optimized for fast lookup and insertion in ordered lists. | 84 |
| An implementation of Pugh's Skip List data structure in Smalltalk. | 1 |
| A comprehensive resource for learning Go programming language and its ecosystem. | 227 |
| A macro for creating list and dictionary comprehensions in Rust. | 336 |
| A Go library for a high-performance, in-memory caching system | 11 |
| A programming language designed to optimize computation by tracking side effects and enabling safe parallelism and caching with reactive invalidation. | 1,975 |
| A data structure library providing efficient append and snoc operations for list-like types | 65 |
| A Go YAML parser and encoder with improved performance, customization options, and team collaboration features. | 1,217 |
| Fast and efficient sorting library for Go with concurrent and parallel capabilities | 133 |
| A lightweight linear interpolation library for Go | 27 |
| A Go library for efficient string matching using compile-time glob patterns. | 968 |
| A Go library providing efficient algorithms and data structures for graph manipulation | 712 |
| A collection of algorithms and data structures implemented in Go. | 806 |
| Provides an alternative data structure to Go's built-in map and slice types | 45 |
| A Go package for working with nested data structures like maps and slices | 20 |