jfcg / sorty
Fast Concurrent / Parallel Sorting in Go
☆136Updated 10 months ago
Alternatives and similar repositories for sorty:
Users that are interested in sorty are comparing it to the libraries listed below
- 🚧 Flexible mechanism to make execution flow interruptible.☆102Updated 3 years ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆85Updated last year
- A spinlock implementation for Go.☆61Updated 4 years ago
- Simple string pattern matcher for Go☆127Updated 11 months ago
- Expression evaluator for Go☆68Updated last year
- A fast string sorting algorithm (MSD radix sort)☆192Updated 7 years ago
- Auxiliary vendoring tool for Go's new go.mod☆110Updated 3 years ago
- fast int64-int64 map for go☆95Updated 2 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- Fastest and most efficient goroutine pool (experimental)☆137Updated 2 years ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated 7 months ago
- A goroutine limiter for Go☆82Updated 3 years ago
- Storing strings without GC overhead☆82Updated 5 years ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆86Updated 4 years ago
- A small flexible merge library in go☆128Updated 3 months ago
- Go simple async worker pool☆92Updated 4 years ago
- Connection pool for Go's net.Conn interface☆128Updated 2 years ago
- Go reflection simplified☆102Updated 5 months ago
- Lightweight, thread-safe, blocking FIFO queue based on auto-resizing circular buffer☆70Updated 4 years ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆93Updated 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
- Intern Go strings☆94Updated last year
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Go implementation of different backoff strategies useful for retrying operations and heartbeating.☆85Updated 4 years ago
- Load file-backed memory☆120Updated 2 years ago
- Generative Adversarial Network in Go via Gorgonia☆87Updated 2 years ago
- 🚦 Semaphore pattern implementation with timeout of lock/unlock operations.☆103Updated 4 years ago
- An arbitrary-precision decimal floating-point arithmetic package for Go☆42Updated 2 years ago
- A Lightweight in-memory key:value cache library for Go.☆179Updated 2 years ago
- A JSON stream parser for Go☆67Updated 2 years ago