BlingFire
FSM RE lib
A C++ library for efficient finite state machine and regular expression manipulation.
A lightning fast Finite State machine and REgular expression manipulation library.
2k stars
33 watching
129 forks
Language: C++
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
digint/tinyfsm | A simple C++ finite state machine library for building and managing complex state transitions. | 949 |
erikzenker/hsm | A C++ library that provides a simple and expressive way to model and manage finite state machines using Boost Hana meta programming. | 190 |
kbrw/exfsm | A simple Elixir library to define and compose finite state machines as functions | 11 |
intersel/ifsm | A JavaScript library to design and manage web user interface behaviors using finite state machines | 15 |
nickuraltsev/finity | A finite state machine library with event-based, time-based, and Promise-based triggers. | 131 |
sasa1977/fsm | An immutable finite state machine implementation without separate processes | 358 |
steelbreeze/state | A library for building hierarchical finite state machines with support for multiple instances and event-based transitions | 182 |
vstirbu/fsm-as-promised | A minimalistic finite state machine library implemented using ES6 promises | 463 |
matthewp/robot | A library that enables declarative programming of application states using finite state machines. | 1,923 |
ryanfaerman/fsm | A lightweight Go library for implementing finite state machines with parallel transition checks. | 159 |
mpusz/fsm-variant | An implementation of a finite state machine using std::variant in C++ | 84 |
calebwin/go-sm | A Go library for generating and managing finite-state machines with persistent state history and callback functions. | 14 |
emancu/aquam | A Ruby DSL for defining and validating Finite State Machines | 32 |
cassiozen/state-machine | A JavaScript library for creating hierarchical finite state machines with conditional transitions and callbacks. | 159 |
srendle/libfm | Software implementation of an optimization algorithm used in collaborative filtering and recommender systems | 1,488 |