tmthrgd / shocoLinks
shoco is a compressor for small text strings.
☆10Updated 5 years ago
Alternatives and similar repositories for shoco
Users that are interested in shoco are comparing it to the libraries listed below
Sorting:
- xast: ast rewriter with built-in clean up.☆27Updated 7 years ago
- github.com/cznic/file has moved to modernc.org/file☆57Updated 6 years ago
- Careful implementation of Jaro and Jaro-Winkler text difference algorithms☆17Updated 8 years ago
- Faster search for fixed patterns with Go☆28Updated 6 years ago
- Benchmarks of common basic operations for the Go language.☆61Updated 4 years ago
- Faster than builtin sorting using primitives.☆17Updated 9 years ago
- blance - functional algorithm to assign partitions and replicas across distributed nodes☆14Updated last year
- adaptive replacement cache☆34Updated 10 years ago
- Simple generative fuzzer☆16Updated 3 years ago
- automatically trigger a profile in your golang (go) application when a condition is matched.☆15Updated 4 years ago
- Go implementation of xoroshiro128+ RNG☆15Updated 4 years ago
- P-Square Algorithm in Go☆36Updated 3 years ago
- Counter Data structure for Golang using CountMin Sketch with a fixed amount of memory☆45Updated 7 years ago
- Murmur3 hash in Go☆13Updated 7 years ago
- Remove implicit field traversals from Go source☆37Updated 3 years ago
- github.com/cznic/fileutil has moved to modernc.org/fileutil☆15Updated 6 years ago
- An alternative to godoc.org☆22Updated 7 years ago
- Golang: contex-aware synchronization primitives (mutex).☆34Updated last year
- A variable length integer compression library for Golang☆24Updated 10 years ago
- High Performance Porter2 Stemmer☆46Updated 4 years ago
- Embeddable in memory key/value store for strings in golang☆53Updated 6 years ago
- singlefile implements a host wide locking mechanism.☆34Updated 10 years ago
- I'm trying to learn how to use ragel in Go libraries. As I'm implementing things for practice I'll add them here. I'll be using Go 1.1, t…☆65Updated 12 years ago
- dmmclust is a package for clustering short texts, based on Yin and Wang (2014)☆26Updated 7 years ago
- Package chanserv is a simple message queue based upon nested Go-lang channels being served using AstraNet.☆36Updated 8 years ago
- 💧 In memory dataset filtering☆49Updated 3 years ago
- Super-efficient, in-memory key/value data store☆21Updated 8 years ago
- inspect is a small Go package that makes it easy to inspect information about Go source code.☆18Updated 8 years ago
- Cross-language serialization for Golang: greenpack adds versioning, stronger typing, and optional schema atop msgpack2. `greenpack -msgpa…