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.
☆40Updated 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 month
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆64Updated 5 months ago
- ☆77Updated this week
- Fastest and most efficient goroutine pool (experimental)☆137Updated 2 years ago
- MUS format serializer for Golang☆84Updated last week
- 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 thread-safe concurrent map for go☆92Updated last year
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆85Updated last year
- a unified channel package for buffered, unbuffered, and unbounded channels☆38Updated 2 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆66Updated last month
- A sharded wrapper for golang.org/x/sync/singleflight for high contention enviroments☆63Updated 2 years ago
- Generic goroutine pool: Submit, Map, Async.☆72Updated last year
- Finite State Machine package in Go☆68Updated last year
- An Adaptive Radix Tree (ART) implementation in Go☆79Updated last year
- Error Context, Stack Trace, Types and Tags for full error handling and logging.☆63Updated last year
- wasmws: Webassembly (WASM) Websockets for Go applications☆73Updated 4 months ago
- Golang lock-free Hashmap and List☆68Updated 2 years ago
- A spinlock implementation for Go.☆61Updated 3 years ago
- Package with auto-vectorized math functions for Go☆21Updated 2 years ago
- Simple internal event bus for Go applications☆29Updated last year
- scan sql rows into any type powered by generics☆63Updated 10 months ago
- Simple and efficient WAL implementation in Go 🚀☆56Updated 8 months ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- A Unicode-based case conversion library for Go☆58Updated last year
- Reflection-free Run-Time Dependency Injection framework for Go 1.18+☆46Updated 2 years ago
- A zero-dependency generic in-memory cache Go library☆123Updated last month
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆69Updated 3 years ago
- 🚨 slog sampling: drop repetitive log records☆64Updated this week