dghubble / trieLinks
Fast, zero heap allocation Go Trie for runes or paths
☆494Updated 9 months ago
Alternatives and similar repositories for trie
Users that are interested in trie are comparing it to the libraries listed below
Sorting:
- Zero-allocation reflection library for Go☆576Updated last year
- Fast, fully fledged murmur3 in Go.☆337Updated 2 years ago
- Fast ring-buffer deque (double-ended queue)☆688Updated 2 months ago
- Parse and modify Go struct field tags☆646Updated last year
- Diodes are ring buffers manipulated via atomics.☆479Updated 2 months ago
- Thread-safe file locking library in Go☆642Updated last week
- XXH3 algorithm in Go☆459Updated 3 months ago
- Yet another Go package which parses a Protocol Buffer file (proto2+proto3)☆195Updated last month
- Get hash values for arbitrary values in Go (golang).☆762Updated 2 years ago
- Selected Go-internal packages factored out from the standard library☆924Updated 2 months ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆293Updated last year
- Golang implementation of Radix trees☆914Updated last year
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆286Updated 2 years ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆581Updated 3 months ago
- An immutable radix tree implementation in Golang☆1,048Updated last week
- Clock is a small library for mocking time in Go.☆684Updated 2 years ago
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆601Updated 3 months ago
- Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching.☆775Updated last month
- Package stack implements utilities to capture, manipulate, and format call stacks.☆399Updated 3 years ago
- parser for Google ProtocolBuffers definition☆603Updated 3 weeks ago
- A typed implementation of the Go sync.Map using code generation☆256Updated 2 years ago
- reflect api without runtime reflect.Value cost☆799Updated 3 months ago
- Generic PriorityQueues, Queues, Stacks, and Deque data structures for Go☆894Updated 2 years ago
- Go package for dealing with maps, slices, JSON and other data.☆774Updated 5 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- DNS lookup cache for Go☆286Updated last year
- prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated.☆655Updated last year
- Partial port of Python difflib package to Go☆414Updated 2 years ago
- Attach hooks to any database/sql driver☆656Updated last year
- Configuration for Go applications☆462Updated last year