From 36cdbd5c804fc01beed5f6d6a2cf1ee295652717 Mon Sep 17 00:00:00 2001 From: Tejus Date: Sat, 6 Mar 2021 11:54:08 -0800 Subject: [PATCH] Update README.md (#3520) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e95870b6..22a57503 100644 --- a/README.md +++ b/README.md @@ -407,6 +407,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [mspm](https://github.com/BlackRabbitt/mspm) - Multi-String Pattern Matching Algorithm for information retrieval. * [nan](https://github.com/kak-tus/nan) - Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers. * [null](https://github.com/emvi/null) - Nullable Go types that can be marshalled/unmarshalled to/from JSON. +* [ordered-concurrently](https://github.com/tejzpr/ordered-concurrently) - Go module that processes work concurrently and returns output in a channel in the order of input. * [parsefields](https://github.com/MonaxGT/parsefields) - Tools for parse JSON-like logs for collecting unique fields and events. * [pipeline](https://github.com/hyfather/pipeline) - An implementation of pipelines with fan-in and fan-out. * [ptrie](https://github.com/viant/ptrie) - An implementation of prefix tree.