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.
☆43Updated 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 9 months ago
- ☆85Updated 5 months ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- MUS format serializer for Go☆119Updated 3 weeks ago
- a thread-safe concurrent map for go☆99Updated 2 years 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
- Generic manual memory management for golang☆186Updated 10 months ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated 2 years ago
- Library for setting values to structs' fields from env, flags, files or default tag☆108Updated 10 months ago
- Provides SIMD within a register (SWAR) primitives in Golang☆53Updated 6 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
- Finite State Machine package in Go☆83Updated 2 years ago
- A Kafka log inspired in-memory and append-only data structure☆135Updated last week
- Synchronization and asynchronous computation package for Go☆280Updated 4 months ago
- Fast deep-copy library for Go☆115Updated 2 months ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆320Updated last week
- Cookies, but with structs, for happiness.☆110Updated last week
- Generic goroutine pool: Submit, Map, Async.☆72Updated 2 years ago
- A high performance in memory distributed cache☆74Updated 9 months ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 7 months ago
- A comprehensive, reusable and efficient concurrent-safe generics utility functions and data structures library.☆106Updated 2 years ago
- µjson - A fast and minimal JSON parser and transformer that works on unstructured JSON☆85Updated 10 months ago
- Tiny wrapper around SQLX for Generic SQL queries☆48Updated last year
- 🌟 Useful functional programming helpers for Go☆118Updated last week
- Fast Concurrent / Parallel Sorting in Go☆142Updated 3 months ago
- 🧧 Fixed-Point Decimal Money☆34Updated 4 months ago
- various libs or tools for Golang☆107Updated last week
- A better Generic Pool (sync.Pool)☆68Updated 7 months ago
- A set of performant rate limiters for Go☆91Updated last year
- Paralleling pipeline☆37Updated 11 months ago