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.
☆41Updated 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☆49Updated 4 months ago
- Fastest and most efficient goroutine pool (experimental)☆141Updated 2 years ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated last year
- 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
- Golang lock-free Hashmap and List☆71Updated 2 years ago
- Generic goroutine pool: Submit, Map, Async.☆72Updated last year
- ☆83Updated 2 weeks ago
- Synchronization and asynchronous computation package for Go☆249Updated 9 months ago
- Finite State Machine package in Go☆80Updated 2 years ago
- a thread-safe concurrent map for go☆96Updated last year
- Library for setting values to structs' fields from env, flags, files or default tag☆107Updated 5 months ago
- Tiny wrapper around SQLX for Generic SQL queries☆48Updated 8 months ago
- Fast Concurrent / Parallel Sorting in Go☆137Updated last year
- pkg extends the core go packages with missing or additional functionality built in. All packages correspond to the std go package name w…☆50Updated last year
- Expression evaluator for Go☆74Updated 2 months ago
- Provides SIMD within a register (SWAR) primitives in Golang☆49Updated last month
- MUS format serializer for Golang☆114Updated 2 weeks ago
- A prefix tree implementation in go☆43Updated last year
- gRPC Test Utilities for Golang☆89Updated this week
- Generic sorted map for Go with red-black tree under the hood☆63Updated 3 years ago
- ☆46Updated last year
- Golang Dynamic Decision Tree☆40Updated 4 years ago
- Optional values for Go☆103Updated 6 months ago
- Streaming JSON encoding for Golang☆30Updated 6 months ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆74Updated 3 years ago
- Simple, type-safe hook system to enable easier modularization of your Go code.☆96Updated 2 years ago
- a decision & trigger framework backed by Google's Common Expression Language☆65Updated 4 years ago
- A better Generic Pool (sync.Pool)☆66Updated 2 months ago
- Package for fast copying structs of different types☆51Updated 4 years ago