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.
☆44Updated 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☆51Updated 10 months ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆70Updated last year
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated 2 years ago
- a thread-safe concurrent map for go☆100Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- MUS format serializer for Go☆120Updated 2 months ago
- Golang lock-free Hashmap and List☆72Updated 3 years ago
- Machine is a workflow/pipeline library for processing data☆164Updated last week
- ☆85Updated 6 months ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 8 months ago
- A Kafka log inspired in-memory and append-only data structure☆136Updated last week
- A comprehensive, reusable and efficient concurrent-safe generics utility functions and data structures library.☆108Updated 2 years ago
- Provides SIMD within a register (SWAR) primitives in Golang☆53Updated 7 months ago
- 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…☆163Updated 2 years ago
- Library for setting values to structs' fields from env, flags, files or default tag☆108Updated 11 months ago
- Generic manual memory management for golang☆191Updated 11 months ago
- A set of performant rate limiters for Go☆91Updated 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…☆52Updated last week
- A fast WebSocket implementation for fasthttp and net/http. Supporting concurrent R/W operations by default.☆90Updated 4 years ago
- Expression evaluator for Go☆78Updated 8 months ago
- Synchronization and asynchronous computation package for Go☆285Updated this week
- Generic sorted map for Go with red-black tree under the hood☆66Updated 3 years ago
- Package for fast copying structs of different types☆52Updated 5 years ago
- Tiny wrapper around SQLX for Generic SQL queries☆49Updated last year
- Easy and intuitive Go Benchmark Results Viewer.☆71Updated 3 years ago
- Go 1.18+ polymorphic generic containers and functions.☆51Updated 3 years ago
- µjson - A fast and minimal JSON parser and transformer that works on unstructured JSON☆85Updated 11 months ago
- All you need when you are working with countries in Go.☆93Updated 3 weeks ago
- Generic goroutine pool: Submit, Map, Async.☆72Updated 2 years ago
- A prefix tree implementation in go☆44Updated last year