From f10f09e7820b8d435ba9055d468e1d08bed4ca35 Mon Sep 17 00:00:00 2001 From: raishey <130793401+raishey@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:01:00 -0500 Subject: [PATCH] added plinko finite state machine and workflow orchestrator (#4922) Co-authored-by: Steve Hebert --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 166c7aaf..2c4a9e0a 100644 --- a/README.md +++ b/README.md @@ -576,6 +576,7 @@ additional ordered map implementations. - [hide](https://github.com/emvi/hide) - ID type with marshalling to/from hash to prevent sending IDs to clients. - [hilbert](https://github.com/google/hilbert) - Go package for mapping values to and from space-filling curves, such as Hilbert and Peano curves. - [hyperloglog](https://github.com/axiomhq/hyperloglog) - HyperLogLog implementation with Sparse, LogLog-Beta bias correction and TailCut space reduction. +- [plinko](https://github.com/shipt/plinko) - A finite state machine and workflow orchestrator that compiles for fast execution, easy debugging, auto-generated documentation. Includes advanced features such as side-effect hooks. - [quadtree](https://github.com/s0rg/quadtree) - Generic, zero-alloc, 100%-test covered quadtree. - [slices](https://github.com/srfrog/slices) - Functions that operate on slices; like `package strings` but adapted to work with slices. - [slices](https://github.com/twharmon/slices) - Pure, generic functions for slices.