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 last month
- Golang lock-free Hashmap and List☆73Updated 3 years ago
- Finite State Machine package in Go☆88Updated 3 years ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- A Kafka log inspired in-memory and append-only data structure☆134Updated last month
- Package for fast copying structs of different types☆52Updated 5 years 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
- a thread-safe concurrent map for go☆100Updated 2 years ago
- Machine is a workflow/pipeline library for processing data☆165Updated last month
- ☆85Updated 8 months ago
- Library for setting values to structs' fields from env, flags, files or default tag☆108Updated last year
- Synchronization and asynchronous computation package for Go☆295Updated 2 weeks ago
- Generic sorted map for Go with red-black tree under the hood☆67Updated 3 years ago
- ⏪ ️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆330Updated 2 months ago
- 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 month
- Generic goroutine pool: Submit, Map, Async.☆72Updated 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
- MUS format serializer for Go☆120Updated 3 months ago
- Fast Concurrent / Parallel Sorting in Go☆144Updated 5 months ago
- A communication toolkit for Go services.☆94Updated 2 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 9 months ago
- Data table structure in Go, now developed at https://github.com/cogentcore/core/tree/main/tensor☆117Updated last year
- Paralleling pipeline☆37Updated last year
- A better Generic Pool (sync.Pool)☆70Updated 9 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- Cookies, but with structs, for happiness.☆112Updated 2 months ago
- ☆123Updated 2 years ago
- 🪡 Dead simple, lightweight tracing.☆90Updated 4 years ago
- The size of variable at runtime☆155Updated last year