icza / huffmanLinks
Huffman coding implementation in Go (Huffman tree, Symbol table, Huffman Reader + Writer).
☆33Updated 2 years ago
Alternatives and similar repositories for huffman
Users that are interested in huffman are comparing it to the libraries listed below
Sorting:
- A prefix tree implementation in go☆43Updated last year
- Fast Concurrent / Parallel Sorting in Go☆137Updated 2 weeks ago
- Static bit vector structures library☆72Updated 6 years ago
- fast int64-int64 map for go☆98Updated 2 years ago
- Simple string pattern matcher for Go☆127Updated last year
- uint128 for Go☆248Updated 8 months ago
- Additional numeric types for Go (int128, uint128), repo moved!☆26Updated 10 months ago
- A float32 version of Go's math package☆78Updated 7 months ago
- Storing strings without GC overhead☆82Updated 5 years ago
- Golang FrodoKEM implementation☆44Updated 3 years ago
- Optimized bit-level Reader and Writer for Go.☆250Updated 2 years ago
- The fastest way to xor bytes in Go☆74Updated 4 years ago
- A fast userspace CSPRNG☆90Updated 9 months ago
- Auxiliary vendoring tool for Go's new go.mod☆111Updated 3 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- Truly random map access and iteration for Go (OUTDATED -- FOR EDUCATIONAL PURPOSES ONLY)☆61Updated 8 years ago
- Lightweight, thread-safe, blocking FIFO queue based on auto-resizing circular buffer☆70Updated 4 years ago
- Bayesian text classifier with flexible tokenizers and storage backends for Go☆158Updated 5 years ago
- Lexer based on Rob Pike's talk on YouTube (view README)☆85Updated 3 years ago
- Helpers for making the use of reflection easier☆28Updated last year
- Go Chart Lib☆36Updated 6 years ago
- Building blocks for fast rpc systems☆87Updated 7 years ago
- ☆28Updated 10 years ago
- Buffered Reader/Writer☆75Updated 3 weeks ago
- Generic and fast binary serializer for Go☆226Updated last year
- JSON-RPC 2.0 codec for Go net/rpc standard library☆96Updated 4 years ago
- A small wrapper around the parser and ast packages☆23Updated last year
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 years ago
- A simple value-sorted map type for Go that features constant-time reads and efficient iteration over records.☆71Updated 7 years ago
- A simple file cache implementation in Go.☆93Updated 2 years ago