jfcg / sortyLinks
Fast Concurrent / Parallel Sorting in Go
☆137Updated last year
Alternatives and similar repositories for sorty
Users that are interested in sorty are comparing it to the libraries listed below
Sorting:
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 3 years ago
- Intern Go strings☆95Updated last year
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆88Updated 4 years ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 5 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- Connection pool for Go's net.Conn interface☆127Updated 2 years ago
- Simple string pattern matcher for Go☆127Updated last year
- Storing strings without GC overhead☆83Updated 5 years ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated last year
- Bitset data structure☆163Updated 2 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 11 months ago
- 🚦 Semaphore pattern implementation with timeout of lock/unlock operations.☆103Updated 5 years ago
- Load file-backed memory☆121Updated 2 years ago
- Auxiliary vendoring tool for Go's new go.mod☆110Updated 3 years ago
- Golang circular (ring) buffer☆174Updated 2 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Useful Go String methods☆191Updated 2 years ago
- Expression evaluator for Go☆74Updated 2 months ago
- A prefix tree (trie) implementation in go☆37Updated 11 months ago
- fast int64-int64 map for go☆97Updated 2 years ago
- An arbitrary-precision decimal floating-point arithmetic package for Go☆42Updated 2 years ago
- Go reflection simplified☆102Updated 7 months ago
- A better Generic Pool (sync.Pool)☆65Updated 2 months ago
- Compact, sortable and fast unique IDs with embedded metadata.☆91Updated 3 years ago
- Session implementation for fasthttp☆85Updated 2 months ago
- 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☆58Updated 5 years ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated 10 months ago
- ☆121Updated last year
- Highly concurrent drop-in replacement for bufio.Writer☆57Updated 7 years ago