RetroDev256/comptime_suffix_automaton
Compile-time suffix automaton construction for optimal substring/suffix string lookup codegen in zig
It is a substring and suffix string lookup function set using this algorithm, but it traverses the suffix automaton graph for all possible inputs at compile-time for optimal machine code.
See the root.zig tests for usage