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: about 10 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
skippednote/go-learn | A comprehensive resource for learning Go programming language and its ecosystem. | 227 |
gosuri/go-store | Provides a platform-independent interface to persist and retrieve data in various store implementations. | 112 |
alexflint/go-arg | Provides a structured approach to parsing command-line arguments in Go | 2,032 |
goccy/go-yaml | A YAML parser and encoder for the Go programming language. | 1,179 |
gobwas/glob | A Go library for efficient string matching using compile-time glob patterns. | 961 |
zerosnake0/goctx | A library that speeds up context value access in Go | 9 |
a8m/golang-cheat-sheet | A comprehensive guide to Go syntax and features for developers | 8,415 |
sleepinggenius2/gosmi | A Go library for parsing MIBs without relying on an external library | 102 |
goji/goji | A minimalistic HTTP request multiplexer for Go. | 967 |
tiancaiamao/shen-go | A Go implementation of Shen, a portable functional programming language with features like pattern matching and macro support. | 55 |
miolini/datacounter | Provides a Go module for counting data read and written from various interfaces | 49 |
deatil/go-array | A Go package for working with nested data structures like maps and slices | 20 |
clevergo/jsend | An implementation of JSend specification in Go. | 21 |
srfrog/dict | Provides an alternative data structure to Go's built-in map and slice types | 45 |
fxsjy/rf.go | An implementation of Random Forest algorithm in GoLang for classification and regression tasks. | 114 |