jfcg / sorty
Fast Concurrent / Parallel Sorting in Go
☆134Updated 9 months ago
Alternatives and similar repositories for sorty:
Users that are interested in sorty are comparing it to the libraries listed below
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated 6 months ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆86Updated 4 years ago
- Expression evaluator for Go☆68Updated 11 months ago
- Storing strings without GC overhead☆82Updated 5 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆102Updated 3 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 2 years ago
- This package helps to work with huge amount of data, which cannot be stored in RAM☆43Updated 2 years ago
- Intern Go strings☆94Updated last year
- Helper tool for manual Go code optimization.☆130Updated 9 months ago
- Fastest levenshtein implementation in Go.☆128Updated 4 years ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆85Updated last year
- Simple string pattern matcher for Go☆126Updated 10 months ago
- Go repos for code generation☆47Updated 4 years ago
- Automatically sets up command line flags based on struct fields and tags.☆175Updated 2 years ago
- Package ring provides a high performance and thread safe Go implementation of a bloom filter.☆138Updated 4 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- An arbitrary-precision decimal floating-point arithmetic package for Go☆42Updated 2 years ago
- Go reflection simplified☆101Updated 3 months ago
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆212Updated 10 months ago
- Go implementation of different backoff strategies useful for retrying operations and heartbeating.☆85Updated 4 years ago
- Integration testing in Go with Docker☆108Updated 3 weeks ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 7 months ago
- fast int64-int64 map for go☆95Updated 2 years ago
- A small flexible merge library in go☆128Updated last month
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 5 years ago
- Package set is a small wrapper around the official reflect package that facilitates loose type conversion and assignment into native Go t…☆47Updated 2 years ago
- Efficient and reliable background processing for Go☆131Updated 4 years ago
- xxh3 fast hash function☆104Updated 5 years ago
- Connection pool for Go's net.Conn interface☆128Updated 2 years ago
- A library for graceful restarts in Go.☆94Updated 7 years ago