jfcg / sortyLinks
Fast Concurrent / Parallel Sorting in Go
☆142Updated 3 months ago
Alternatives and similar repositories for sorty
Users that are interested in sorty are comparing it to the libraries listed below
Sorting:
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- Storing strings without GC overhead☆84Updated 2 months ago
- Intern Go strings☆96Updated 2 years ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆69Updated last year
- fast int64-int64 map for go☆98Updated 3 weeks ago
- A fast string sorting algorithm (MSD radix sort)☆194Updated 7 years ago
- Static bit vector structures library☆72Updated 6 years ago
- Best-effort CPU-local sharded values for Go☆203Updated 4 years ago
- Connection pool for Go's net.Conn interface☆127Updated 3 years ago
- uint128 for Go☆255Updated last year
- Generic and fast binary serializer for Go☆232Updated last year
- Useful Go String methods☆192Updated 2 years ago
- Expression evaluator for Go☆77Updated 8 months ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Fastest levenshtein implementation in Go.☆134Updated 4 years ago
- Bitset data structure☆167Updated 2 years ago
- A memory allocator for Go.☆87Updated 5 years ago
- A prefix tree implementation in go☆44Updated last year
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated 2 years ago
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆215Updated last year
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- Automatically sets up command line flags based on struct fields and tags.☆176Updated 3 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆91Updated 5 years ago
- A small flexible merge library in go☆127Updated 11 months ago
- A spinlock implementation for Go.☆62Updated 4 years ago
- Go implementation of different backoff strategies useful for retrying operations and heartbeating.☆85Updated 5 years ago
- An Go library of synchronization primitives to help make use of hardware transactional memory (HTM)☆94Updated 3 years ago
- 🚦 Semaphore pattern implementation with timeout of lock/unlock operations.☆103Updated 5 years ago