arocc
arocc copied to clipboard
Do not intern values during parsing
I suspect that the performance hit caused by the interner is greater than any memory savings from it. One way to test this would be to disable the hashing in Interner and benchmark that against master on something like the sqlite amalgamation with -fsyntax-only (also maybe against clang and gcc) but I haven't done so yet.