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.
☆38Updated last year
Related projects ⓘ
Alternatives and complementary repositories for ordered-concurrently
- map library using Go generics that offers a standard interface, go routine synchronization, and sorting☆43Updated 2 weeks ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆64Updated 3 months ago
- a thread-safe concurrent map for go☆92Updated last year
- Generic goroutine pool: Submit, Map, Async.☆72Updated last year
- ☆76Updated 3 months ago
- Fastest and most efficient goroutine pool (experimental)☆136Updated 2 years ago
- Finite State Machine package in Go☆65Updated last year
- a unicode-aware, case conversion library for Go☆54Updated 10 months ago
- 🚨 slog sampling: drop repetitive log records☆58Updated this week
- Synchronization and asynchronous computation package for Go☆225Updated 2 months ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆85Updated last year
- Simplicity-focused, template based SQL query builder☆64Updated last year
- A zero-dependency generic in-memory cache Go library☆123Updated 2 months ago
- Expr – a tiny stack-based virtual machine written in Go☆31Updated 3 years ago
- AOP Actor Model for distributed workflows☆73Updated this week
- Library for setting values to structs' fields from env, flags, files or default tag☆108Updated 7 months ago
- Error Context, Stack Trace, Types and Tags for full error handling and logging.☆61Updated last year
- Fast and Scalable RPC Framework☆43Updated last year
- MUS format serializer for Golang☆79Updated last week
- Off heap golang memory pool☆59Updated 3 years ago
- A drop-in replacement for Go errors, with some added sugar! Unwrap user-friendly messages, HTTP status code, easy wrapping with multiple …☆67Updated last month
- A better Generic Pool (sync.Pool)☆52Updated 3 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆44Updated 2 years 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
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆69Updated 2 years ago
- Generic simple workflows and concurrency patterns☆44Updated last year
- ☆111Updated last year
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated last year
- A Go Machine Learning Package that is a light wrapper for LightGBM.☆35Updated last year