skiplist
skiplist
A Go implementation of a data structure optimized for fast lookup and insertion in ordered lists.
skiplist for golang
84 stars
7 watching
24 forks
Language: Go
last commit: over 10 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A comprehensive resource for learning Go programming language and its ecosystem. | 227 |
| Provides a platform-independent interface to persist and retrieve data in various store implementations. | 112 |
| Provides a structured approach to parsing command-line arguments in Go | 2,046 |
| A Go YAML parser and encoder with improved performance, customization options, and team collaboration features. | 1,217 |
| A Go library for efficient string matching using compile-time glob patterns. | 968 |
| A library that speeds up context value access in Go | 10 |
| A comprehensive guide to Go syntax and features for developers | 8,467 |
| A Go library for parsing MIBs without relying on an external library | 103 |
| A minimalistic HTTP request multiplexer for Go. | 968 |
| A Go implementation of Shen, a portable functional programming language with features like pattern matching and macro support. | 56 |
| Provides a Go module for counting data read and written from various interfaces | 49 |
| A Go package for working with nested data structures like maps and slices | 20 |
| An implementation of JSend specification in Go. | 21 |
| Provides an alternative data structure to Go's built-in map and slice types | 45 |
| An implementation of Random Forest algorithm in GoLang for classification and regression tasks. | 114 |