@ChShersh I’m currently rewriting a C++ project that was made in ~2000s, and has a 2K+ line “if elseif” with a strncmp on the same 4 bytes. I thought well there must be a better way to do this in today’s world.
To simplify, map<string, function<args>()>>