FSMgine
High-performance finite state machine library for C++17 with single-threaded and multi-threaded variants
Loading...
Searching...
No Matches
StringInterner.hpp File Reference

String interning utility for memory-efficient state name storage. More...

#include <string>
#include <string_view>
#include <unordered_set>
#include <mutex>
Include dependency graph for StringInterner.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

String interning utility for memory-efficient state name storage.