jfcg / sorty
Fast Concurrent / Parallel Sorting in Go
☆134Updated 8 months ago
Alternatives and similar repositories for sorty:
Users that are interested in sorty are comparing it to the libraries listed below
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆86Updated 4 years ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆85Updated last year
- fast int64-int64 map for go☆95Updated 2 years ago
- A spinlock implementation for Go.☆61Updated 3 years ago
- Useful Go String methods☆187Updated last year
- Connection pool for Go's net.Conn interface☆129Updated 2 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 2 years ago
- A goroutine limiter for Go☆80Updated 2 years ago
- Intern Go strings☆92Updated last year
- [TOOL/CLI] - Filter and examine Go type structures, interfaces and their transitive dependencies and relationships. Export structural typ…☆205Updated last year
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆64Updated 5 months ago
- Go implementation of different backoff strategies useful for retrying operations and heartbeating.☆85Updated 4 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆102Updated 3 years ago
- xxh3 fast hash function☆104Updated 5 years ago
- Expression evaluator for Go☆67Updated 10 months ago
- Automatically sets up command line flags based on struct fields and tags.☆175Updated 2 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 6 months ago
- Set of Go context's utilities.☆52Updated 3 years ago
- A Lightweight in-memory key:value cache library for Go.☆179Updated last year
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆85Updated last month
- This package helps to work with huge amount of data, which cannot be stored in RAM☆43Updated 2 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆56Updated 5 years ago
- Static bit vector structures library☆72Updated 5 years ago
- Fastest levenshtein implementation in Go.☆129Updated 4 years ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆138Updated 4 years ago
- Helper tool for manual Go code optimization.☆129Updated 8 months ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆162Updated 3 years ago
- An Go library of synchronization primitives to help make use of hardware transactional memory (HTM)☆93Updated 2 years ago
- A currency computations package.☆61Updated 3 months ago
- An arbitrary-precision decimal floating-point arithmetic package for Go☆42Updated 2 years ago