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.
☆42Updated 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 7 months ago
- ☆83Updated 3 months ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- Generic manual memory management for golang☆181Updated 8 months ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated 2 years ago
- Synchronization and asynchronous computation package for Go☆274Updated 2 months ago
- a thread-safe concurrent map for go☆97Updated last year
- Provides SIMD within a register (SWAR) primitives in Golang☆53Updated 4 months ago
- Library for setting values to structs' fields from env, flags, files or default tag☆108Updated 8 months ago
- Cookies, but with structs, for happiness.☆110Updated 4 months ago
- Fast deep-copy library for Go☆107Updated 3 months ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆69Updated last year
- Golang lock-free Hashmap and List☆71Updated 2 years 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
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 5 months ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆315Updated 2 weeks ago
- A set of performant rate limiters for Go☆91Updated last year
- MUS format serializer for Go☆117Updated 2 months ago
- Package for fast copying structs of different types☆52Updated 4 years ago
- A Unicode-based case conversion library for Go☆60Updated last year
- Machine is a workflow/pipeline library for processing data☆163Updated last week
- A zero-dependency generic in-memory cache Go library☆125Updated 9 months ago
- A better Generic Pool (sync.Pool)☆68Updated 5 months ago
- Notification broadcaster library☆156Updated 3 years ago
- Go 1.18+ polymorphic generic containers and functions.☆52Updated 3 years ago
- A comprehensive, reusable and efficient concurrent-safe generics utility functions and data structures library.☆103Updated 2 years ago
- 🌟 Useful functional programming helpers for Go☆118Updated 3 weeks ago
- Nullable Go types that can be marshalled/unmarshalled to/from JSON.☆38Updated 3 years ago
- Generic goroutine pool: Submit, Map, Async.☆72Updated last year
- Batteries-included graph control flow library (AOP, actor model, state-machine)☆153Updated last month