FSMgine
High-performance finite state machine library for C++17 with single-threaded and multi-threaded variants
|
String interning utility for memory-efficient state name storage. More...
#include <string>
#include <string_view>
#include <unordered_set>
#include <mutex>
Go to the source code of this file.
Classes | |
class | fsmgine::StringInterner |
Provides memory-efficient string storage through string interning. More... | |
Namespaces | |
namespace | fsmgine |
Main namespace for the FSMgine library. | |
String interning utility for memory-efficient state name storage.