1be93a2a3e
The idea here is to try to use the string pointer itself to bypass strcmps and the O(n) scan. It doesn't seem to have any impact on our current bench runtime, but it doesn't hurt to keep around.