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+
- Host: GitHub
- URL: https://github.com/dorkbox/finitestatemachine
- Owner: dorkbox
- License: other
- Created: 2023-01-24T10:01:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-27T16:14:54.000Z (over 2 years ago)
- Last Synced: 2025-02-06T04:13:08.110Z (over 1 year ago)
- Language: Kotlin
- Size: 1.55 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Finite State Machine using the AhoCorasick implementation
###### [](https://git.dorkbox.com/dorkbox/FSM) [](https://github.com/dorkbox/FSM) [](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.