alexanderbez / go-trieLinks
A primitive implementation of the Trie data structure in Golang.
☆13Updated 6 years ago
Alternatives and similar repositories for go-trie
Users that are interested in go-trie are comparing it to the libraries listed below
Sorting:
- Simple, specialised, and efficient binary marshaling☆37Updated 3 years ago
- Variations on the bufio.Scanner interface over various types of sources (csv, strings.Fields, fixed-width, etc...).☆29Updated 2 months ago
- golang.org/x/crypto/ssh the next generation: provide idle timeouts, avoid memory leaks, and gracefully cancel connections☆26Updated 3 years ago
- A fast, vectorized Cuckoo filter implementation in Go. Zero allocations in hot paths with zero-copy binary representation.☆15Updated 5 years ago
- memsize computes the size of your object graph☆33Updated 10 months ago
- Go implementation of different backoff strategies useful for retrying operations and heartbeating.☆85Updated 4 years ago
- Pure Go implementation of cryptographic APIs found in libsodium☆45Updated 4 years ago
- The fastest way to xor bytes in Go☆74Updated 4 years ago
- Logging, distilled☆31Updated 6 years ago
- Dynamic Worker Pool Library☆30Updated 5 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- File based storage and querying package☆26Updated 5 years ago
- goprocess - like Context, but with good close semantics.☆72Updated 5 years ago
- Peer to peer networking library☆48Updated 2 years ago
- String-matching in Golang using the Knuth–Morris–Pratt algorithm (KMP)☆42Updated 5 years ago
- A generic patricia trie (also called radix tree) implemented in Go (Golang)☆28Updated 6 years ago
- A small tool for embedding files in a Go source file.☆11Updated 4 years ago
- ansi contains a bunch of constants and possibly additional terminal related functionality in the future.☆15Updated 5 years ago
- Buffered Reader/Writer☆75Updated this week
- Fixes simple parse errors automatically. Works great in combination with goimports.☆86Updated 5 years ago
- Provide Go Statistics Handler, Struct, Measure Method☆35Updated 3 months ago
- A collection of fast, general-purpose immutable data structures for Go.☆18Updated 3 years ago
- Pack a Go workflow/function as a Unix-style pipeline command☆55Updated 9 months ago
- Find functions that return a reference and cause allocations.☆27Updated 4 years ago
- This package helps to work with huge amount of data, which cannot be stored in RAM☆43Updated 2 years ago
- Thread-safe concurrent maps for go.☆25Updated 5 years ago
- Extending the default golang smtp package with a server implementation☆15Updated 2 years ago
- Matcher is a fast path matcher/globber supporting globstar/doublestar☆53Updated 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
- go2 generics experiment in building generic augmented BTree data structures☆24Updated 3 years ago