tejzpr / ordered-concurrentlyLinks
Ordered-concurrently a library for concurrent processing with ordered output in Go. Process work concurrently and returns output in a channel in the order of input. It is useful in concurrently processing items in a queue, and get output in the order provided by the queue.
☆44Updated 2 years ago
Alternatives and similar repositories for ordered-concurrently
Users that are interested in ordered-concurrently are comparing it to the libraries listed below
Sorting:
- map library using Go generics that offers a standard interface, go routine synchronization, and sorting☆51Updated last month
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated 2 years ago
- ☆85Updated 8 months ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆70Updated last year
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- Library for setting values to structs' fields from env, flags, files or default tag☆108Updated last year
- a thread-safe concurrent map for go☆100Updated 2 years ago
- Fast Concurrent / Parallel Sorting in Go☆144Updated 5 months ago
- Synchronization and asynchronous computation package for Go☆295Updated 2 weeks ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 9 months ago
- MUS format serializer for Go☆120Updated 3 months ago
- A comprehensive, reusable and efficient concurrent-safe generics utility functions and data structures library.☆108Updated 2 years ago
- Expression evaluator for Go☆80Updated 2 weeks ago
- pkg extends the core go packages with missing or additional functionality built in. All packages correspond to the std go package name w…☆52Updated last month
- Generic manual memory management for golang☆193Updated last year
- A set of performant rate limiters for Go☆90Updated last year
- Package for fast copying structs of different types☆52Updated 5 years ago
- A Kafka log inspired in-memory and append-only data structure☆134Updated last month
- Provides SIMD within a register (SWAR) primitives in Golang☆54Updated 8 months ago
- Simplicity-focused, template based SQL query builder☆66Updated 2 years ago
- Data table structure in Go, now developed at https://github.com/cogentcore/core/tree/main/tensor☆117Updated last year
- Generic sorted map for Go with red-black tree under the hood☆67Updated 3 years ago
- Generic goroutine pool: Submit, Map, Async.☆72Updated 2 years ago
- Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than ch…☆163Updated 2 years ago
- Nullable Go types that can be marshalled/unmarshalled to/from JSON.☆38Updated 4 years ago
- Golang lock-free Hashmap and List☆73Updated 3 years ago
- Machine is a workflow/pipeline library for processing data☆165Updated last month
- Finite State Machine package in Go☆88Updated 3 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- Simple in-memory job queue for Golang using worker-based dispatching☆214Updated last year