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.
☆41Updated 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☆50Updated 5 months ago
- Golang lock-free Hashmap and List☆71Updated 2 years ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated 11 months ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- ☆83Updated last month
- a thread-safe concurrent map for go☆96Updated last year
- A drop-in replacement for Go errors, with some added sugar! Unwrap user-friendly messages, HTTP status code, easy wrapping with multiple …☆73Updated 2 weeks ago
- Library for setting values to structs' fields from env, flags, files or default tag☆108Updated 5 months ago
- Machine is a workflow/pipeline library for processing data☆162Updated 3 weeks ago
- Simple, type-safe hook system to enable easier modularization of your Go code.☆97Updated 2 years ago
- MUS format serializer for Go☆114Updated this week
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆74Updated 3 years ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated 2 years ago
- Finite State Machine package in Go☆80Updated 2 years ago
- Generic simple workflows and concurrency patterns☆45Updated 2 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 3 months ago
- Provides SIMD within a register (SWAR) primitives in Golang☆51Updated last month
- Synchronization and asynchronous computation package for Go☆249Updated last week
- Fast Concurrent / Parallel Sorting in Go☆137Updated last week
- Nullable Go types that can be marshalled/unmarshalled to/from JSON.☆38Updated 3 years ago
- API framework written in Golang.☆54Updated last week
- Notification broadcaster library☆155Updated 3 years ago
- Generic goroutine pool: Submit, Map, Async.☆72Updated last year
- 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
- A comprehensive, reusable and efficient concurrent-safe generics utility functions and data structures library.☆105Updated 2 years ago
- Tiny wrapper around SQLX for Generic SQL queries☆48Updated 8 months ago
- [Go]Minimal event sourcing/CQRS library using protocol buffers for commands, events and states.☆45Updated this week
- scan sql rows into any type powered by generics☆66Updated last year
- Easy and intuitive Go Benchmark Results Viewer.☆71Updated 2 years ago
- 🚀 Fast and light wildcard pattern matching.☆87Updated 5 months ago