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:
- Storing strings without GC overhead☆83Updated 5 years ago
- Fast Concurrent / Parallel Sorting in Go☆137Updated this week
- Expression evaluator for Go☆74Updated 3 months ago
- Simple string pattern matcher for Go☆127Updated last year
- Static bit vector structures library☆72Updated 5 years ago
- fast int64-int64 map for go☆98Updated 2 years ago
- Golang utlities to make your life easier with zero allocations☆47Updated 3 months ago
- Go client library for Pilosa☆57Updated 2 years ago
- Load file-backed memory☆122Updated 2 years ago
- A fast string sorting algorithm (MSD radix sort)☆193Updated 7 years ago
- Helpers for making the use of reflection easier☆28Updated last year
- Go reflection simplified☆102Updated 8 months ago
- Expirable Go LRC\LRU cache without goroutines☆85Updated 2 months ago
- Connection pool for Go's net.Conn interface☆127Updated 2 years ago
- Pure Go embedded persistent job queue backed by BadgerDB☆164Updated 2 years ago
- Package for fast copying structs of different types☆51Updated 4 years ago
- Rolling window implementation in go.☆57Updated 3 weeks ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- A PDF renderer for the goldmark markdown parser.☆133Updated last year
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 3 months ago
- Lightweight, thread-safe, blocking FIFO queue based on auto-resizing circular buffer☆70Updated 4 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 pure Go implementation of the smaz compression library for short strings.☆81Updated 2 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Random Forest implementation in golang☆53Updated last year
- Intern Go strings☆96Updated last year
- High-throughput, sharded in-memory KV cache for Go with minimal allocations☆98Updated last month
- Package netpoll implements a network poller based on epoll/kqueue.☆59Updated last year
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆81Updated 3 years ago