jfcg / sorty
Fast Concurrent / Parallel Sorting in Go
☆133Updated 6 months ago
Related projects ⓘ
Alternatives and complementary repositories for sorty
- 🚧 Flexible mechanism to make execution flow interruptible.☆102Updated 3 years ago
- Intern Go strings☆92Updated 11 months ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆86Updated 4 years ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆63Updated 3 months ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆85Updated last year
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆160Updated 3 years ago
- Go reflection simplified☆101Updated 3 weeks ago
- Simple string pattern matcher for Go☆124Updated 7 months ago
- Connection pool for Go's net.Conn interface☆128Updated 2 years ago
- 👻 Locate and fix overly complex lines of code in Go.☆52Updated 6 years ago
- Golang circular (ring) buffer☆172Updated 2 years ago
- xxh3 fast hash function☆104Updated 5 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 4 months ago
- This package helps to work with huge amount of data, which cannot be stored in RAM☆43Updated last year
- 🚦 Semaphore pattern implementation with timeout of lock/unlock operations.☆103Updated 4 years ago
- Automatically sets up command line flags based on struct fields and tags.☆174Updated 2 years ago
- A JSON stream parser for Go☆67Updated 2 years ago
- fast int64-int64 map for go☆95Updated last year
- Go implementation of different backoff strategies useful for retrying operations and heartbeating.☆85Updated 4 years ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 4 years ago
- Load file-backed memory☆121Updated 2 years ago
- Visualization of Golang benchmark output using Google charts☆85Updated 4 years ago
- A spinlock implementation for Go.☆61Updated 3 years ago
- Fastest and most efficient goroutine pool (experimental)☆136Updated 2 years ago
- Static bit vector structures library☆73Updated 5 years ago
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆85Updated last week
- A small flexible merge library in go☆127Updated last year
- Auxiliary vendoring tool for Go's new go.mod☆107Updated 2 years ago
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 8 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 2 years ago