beevik / prefixtree
A prefix tree (trie) implementation in go
☆37Updated 8 months ago
Alternatives and similar repositories for prefixtree:
Users that are interested in prefixtree are comparing it to the libraries listed below
- fast int64-int64 map for go☆95Updated 2 years ago
- Fast Concurrent / Parallel Sorting in Go☆136Updated 10 months ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 9 months ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- Intern Go strings☆94Updated last year
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆87Updated 4 years ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 5 years ago
- Highly concurrent drop-in replacement for bufio.Writer☆56Updated 7 years ago
- Golang utlities to make your life easier with zero allocations☆47Updated 8 months ago
- ☆96Updated 3 months ago
- Helper tool for manual Go code optimization.☆131Updated 2 weeks ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- Access Times for files #golang☆42Updated 3 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆102Updated 3 years ago
- Fast resizable golang semaphore primitive☆175Updated 4 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆57Updated 5 years ago
- Session implementation for fasthttp☆85Updated last week
- Best-effort CPU-local sharded values for Go☆199Updated 3 years ago
- Load file-backed memory☆120Updated 2 years ago
- Auxiliary vendoring tool for Go's new go.mod☆110Updated 3 years ago
- Buffered Reader/Writer☆75Updated 6 months ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated 7 months ago
- Parse json with comments and trailing commas.☆88Updated 3 years 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
- ☆78Updated 4 years ago
- A helper tool to work with profile.proto (pprof) files☆60Updated 2 years ago
- Bitset data structure☆162Updated 2 years ago
- xxh3 fast hash function☆105Updated 6 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 5 years ago