beevik / prefixtreeLinks
A prefix tree (trie) implementation in go
☆37Updated 11 months ago
Alternatives and similar repositories for prefixtree
Users that are interested in prefixtree are comparing it to the libraries listed below
Sorting:
- fast int64-int64 map for go☆97Updated 2 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Fast Concurrent / Parallel Sorting in Go☆137Updated last year
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 years ago
- Intern Go strings☆95Updated last year
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆88Updated 4 years ago
- ☆97Updated 5 months ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 11 months ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 5 years ago
- A helper tool to work with profile.proto (pprof) files☆60Updated 3 years ago
- Buffered Reader/Writer☆75Updated 9 months ago
- Expression evaluator for Go☆74Updated 2 months ago
- xxh3 fast hash function☆105Updated 6 years ago
- Highly concurrent drop-in replacement for bufio.Writer☆57Updated 7 years ago
- ☆78Updated 5 years ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated 10 months ago
- Golang utlities to make your life easier with zero allocations☆47Updated 2 months ago
- Gotcha 🎯 seamlessly patches go runtime to provide a convenient way to track amount of heap allocated bytes, objects, calls per goroutin…☆39Updated 2 years ago
- Detect all kinds of leaks in Go☆132Updated 9 years ago
- Simple string pattern matcher for Go☆127Updated last year
- Probabilistic set data structure☆87Updated 8 years ago
- Connection pool for Go's net.Conn interface☆127Updated 2 years ago
- importable versions of parts of the Go standard library☆50Updated 2 years ago
- Golang (as of 1.12.5) runtime internals that gives you an access to internal scheduling primitives. Park Gs, read IDs. (for learning purp…☆69Updated 6 years ago
- A JSON stream parser for Go☆67Updated 2 years ago
- Accompanying code for Gophercon Russia 2019 talk about Bitmap Indexes☆54Updated 6 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Load file-backed memory☆121Updated 2 years ago
- Implements a deep pretty printer for Go data structures to ease data snapshot creation☆88Updated 8 months ago