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☆50Updated 5 months ago
- a thread-safe concurrent map for go☆97Updated last year
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated last year
- ☆83Updated 2 months ago
- Finite State Machine package in Go☆80Updated 2 years ago
- Synchronization and asynchronous computation package for Go☆255Updated last month
- Generic sorted map for Go with red-black tree under the hood☆64Updated 3 years ago
- Fastest and most efficient goroutine pool (experimental)☆139Updated 2 years ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated 2 years ago
- Package for fast copying structs of different types☆52Updated 4 years ago
- Golang lock-free Hashmap and List☆70Updated 2 years ago
- Data table structure in Go, now developed at https://github.com/cogentcore/core/tree/main/tensor☆116Updated last year
- Library for setting values to structs' fields from env, flags, files or default tag☆108Updated 6 months ago
- Machine is a workflow/pipeline library for processing data☆161Updated last week
- 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…☆162Updated last year
- Fast Concurrent / Parallel Sorting in Go☆137Updated last week
- ☆122Updated 2 years ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆312Updated 2 months ago
- A Kafka log inspired in-memory and append-only data structure☆133Updated 3 weeks ago
- A better Generic Pool (sync.Pool)☆68Updated 3 months ago
- Generic goroutine pool: Submit, Map, Async.☆72Updated last year
- A comprehensive, reusable and efficient concurrent-safe generics utility functions and data structures library.☆103Updated 2 years ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆74Updated 3 years ago
- 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
- create type dynamically in Golang☆23Updated 5 years ago
- 🪡 Dead simple, lightweight tracing.☆89Updated 4 years ago
- Simple in-memory job queue for Golang using worker-based dispatching☆214Updated last year
- Provides SIMD within a register (SWAR) primitives in Golang☆53Updated 2 months ago
- MUS format serializer for Go☆115Updated 3 weeks ago
- In-memory vector index for Go☆156Updated last week