jfcg / sortyLinks
Fast Concurrent / Parallel Sorting in Go
☆144Updated 5 months ago
Alternatives and similar repositories for sorty
Users that are interested in sorty are comparing it to the libraries listed below
Sorting:
- A fast string sorting algorithm (MSD radix sort)☆196Updated 7 years ago
- Generic and fast binary serializer for Go☆250Updated last year
- Fastest levenshtein implementation in Go.☆134Updated 5 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- uint128 for Go☆262Updated last year
- Expression evaluator for Go☆80Updated 2 weeks ago
- Intern Go strings☆97Updated 2 years ago
- Static bit vector structures library☆72Updated 6 years ago
- Bitset data structure☆169Updated 3 years ago
- fast int64-int64 map for go☆100Updated 3 months ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆90Updated 5 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Automatically sets up command line flags based on struct fields and tags.☆176Updated 3 years ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆70Updated last year
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆218Updated last year
- Connection pool for Go's net.Conn interface☆126Updated 3 years ago
- go websocket client for unit testing of a websocket handler☆102Updated 5 years ago
- Storing strings without GC overhead☆86Updated last month
- A prefix tree implementation in go☆44Updated last year
- Useful Go String methods☆192Updated 2 years ago
- This package helps to work with huge amount of data, which cannot be stored in RAM☆43Updated 3 years ago
- An in-process simple publish/subscribe library for golang☆108Updated 5 years ago
- Transform Go code into it's AST☆122Updated 6 years ago
- [TOOL/CLI] - Filter and examine Go type structures, interfaces and their transitive dependencies and relationships. Export structural typ…☆206Updated 2 years ago
- High resolution timing and benchmarking for Go☆264Updated 2 months ago
- Natural language detection package in pure Go☆175Updated 5 years ago
- A goroutine limiter for Go☆84Updated 3 years ago
- Pure Go embedded persistent job queue backed by BadgerDB☆167Updated 3 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago