viant / ptrieLinks
A prefix tree implementation in go
☆43Updated last year
Alternatives and similar repositories for ptrie
Users that are interested in ptrie are comparing it to the libraries listed below
Sorting:
- Fast Concurrent / Parallel Sorting in Go☆137Updated last week
- Storing strings without GC overhead☆83Updated 5 years ago
- Simple string pattern matcher for Go☆128Updated last year
- Fastest and most efficient goroutine pool (experimental)☆139Updated 2 years ago
- Expression evaluator for Go☆76Updated 4 months ago
- Package netpoll implements a network poller based on epoll/kqueue.☆59Updated last year
- map library using Go generics that offers a standard interface, go routine synchronization, and sorting☆50Updated 5 months ago
- Static bit vector structures library☆72Updated 6 years ago
- Package for fast copying structs of different types☆51Updated 4 years ago
- Load file-backed memory☆122Updated 2 years ago
- Go client library for Pilosa☆57Updated 2 years ago
- Golang utlities to make your life easier with zero allocations☆47Updated 3 months ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- Generative Adversarial Network in Go via Gorgonia☆87Updated 3 years ago
- fast int64-int64 map for go☆98Updated 2 years ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆89Updated 4 years ago
- ☆80Updated 4 months ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated 11 months ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆81Updated 3 years ago
- a thread-safe concurrent map for go☆96Updated last year
- Expirable Go LRC\LRU cache without goroutines☆88Updated 3 months ago
- Rolling window implementation in go.☆57Updated last month
- Eventually consistent distributed in-memory cache Go library☆160Updated 2 years ago
- Package set is a small wrapper around the official reflect package that facilitates loose type conversion and assignment into native Go t…☆47Updated 3 years ago
- A better Generic Pool (sync.Pool)☆67Updated 3 months ago
- Generic and fast binary serializer for Go☆228Updated last year
- Fixed-precision decimal numbers based on IEEE 754 decimal64☆43Updated last week
- Random Forest implementation in golang☆54Updated last year
- High-throughput, sharded in-memory KV cache for Go with minimal allocations☆98Updated last month
- A fast string sorting algorithm (MSD radix sort)☆193Updated 7 years ago