An open API service indexing awesome lists of open source software.

https://github.com/dorkbox/finitestatemachine

Finite State Machine using the AhoCorasick implementation using a Double Array Trie, java 8+
https://github.com/dorkbox/finitestatemachine

Last synced: 12 months ago
JSON representation

Finite State Machine using the AhoCorasick implementation using a Double Array Trie, java 8+

Awesome Lists containing this project

README

          

Finite State Machine using the AhoCorasick implementation

###### [![Dorkbox](https://badge.dorkbox.com/dorkbox.svg "Dorkbox")](https://git.dorkbox.com/dorkbox/FSM) [![Github](https://badge.dorkbox.com/github.svg "Github")](https://github.com/dorkbox/FSM) [![Gitlab](https://badge.dorkbox.com/gitlab.svg "Gitlab")](https://gitlab.com/dorkbox/FSM)

* AhoCorasick finite state machine for Strings and ByteArrays

Maven Info
---------
```

...

com.dorkbox
FSM
1.2

```

Gradle Info
---------
```
dependencies {
...
implementation("com.dorkbox:FSM:1.2")
}
```

License
---------
This project is © 2023 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further
references.