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 8 months ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated 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
- Library for setting values to structs' fields from env, flags, files or default tag☆108Updated 8 months ago
- ☆85Updated 4 months ago
- Machine is a workflow/pipeline library for processing data☆163Updated this week
- a thread-safe concurrent map for go☆98Updated last year
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- MUS format serializer for Go☆118Updated 3 months ago
- Finite State Machine package in Go☆83Updated 2 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 6 months ago
- Golang lock-free Hashmap and List☆71Updated 2 years ago
- Tiny wrapper around SQLX for Generic SQL queries☆48Updated 11 months ago
- Synchronization and asynchronous computation package for Go☆277Updated 3 months 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
- A better Generic Pool (sync.Pool)☆68Updated 6 months ago
- Notification broadcaster library☆156Updated 3 years ago
- 🪡 Dead simple, lightweight tracing.☆89Updated 4 years ago
- Package for fast copying structs of different types☆53Updated 4 years ago
- Generic sorted map for Go with red-black tree under the hood☆65Updated 3 years ago
- A go in-memory table☆230Updated 3 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 3 years ago
- ☆122Updated 2 years ago
- A set of performant rate limiters for Go☆91Updated last year
- In-memory vector index for Go☆168Updated 2 months ago
- Simple and efficient WAL implementation in Go 🚀☆61Updated last year
- Generative Adversarial Network in Go via Gorgonia☆87Updated 3 years ago
- The size of variable at runtime☆151Updated last year
- ☆46Updated 2 years ago