tejzpr / ordered-concurrently
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.
☆39Updated last year
Alternatives and similar repositories for ordered-concurrently:
Users that are interested in ordered-concurrently are comparing it to the libraries listed below
- map library using Go generics that offers a standard interface, go routine synchronization, and sorting☆47Updated last week
- Synchronization and asynchronous computation package for Go☆235Updated 5 months ago
- Package set is a small wrapper around the official reflect package that facilitates loose type conversion and assignment into native Go t…☆47Updated 2 years ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated 6 months ago
- 🏇🏻 generalist, fast and tiny binary parser and compiler generator, powered by Go 1.18+ Generics☆58Updated 2 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 2 months ago
- Fast Concurrent / Parallel Sorting in Go☆134Updated 9 months ago
- A fast WebSocket implementation for fasthttp and net/http. Supporting concurrent R/W operations by default.☆87Updated 3 years ago
- Finite State Machine package in Go☆69Updated 2 years ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆85Updated last year
- Off heap golang memory pool☆59Updated 3 years ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆70Updated 3 years ago
- Fastest and most efficient goroutine pool (experimental)☆137Updated 2 years ago
- A Unicode-based case conversion library for Go☆58Updated last year
- Tiny wrapper around SQLX for Generic SQL queries☆48Updated 3 months ago
- Library for setting values to structs' fields from env, flags, files or default tag☆108Updated last month
- A fast file-based priority queue☆58Updated 10 months ago
- WebSocket for fasthttp☆61Updated last year
- Simplicity-focused, template based SQL query builder☆64Updated last year
- An Adaptive Radix Tree (ART) implementation in Go☆79Updated last year
- ☆117Updated last year
- ☆46Updated last year
- A Go Machine Learning Package that is a light wrapper for LightGBM.☆36Updated last year
- scan sql rows into any type powered by generics☆65Updated 11 months ago
- Go 1.18+ generic tuple☆84Updated last year
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 2 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- Apache AVRO for go☆47Updated 2 months ago
- A better Generic Pool (sync.Pool)☆52Updated last month
- Go 1.18+ polymorphic generic containers and functions.☆51Updated 2 years ago