Commits
Click on a commit to change the comparison rangeperf(parser): try using compact_str for comments
This might improve performance here because we do not compare comments
to values that often. Therefore, the memory locality might improve
performance in certain cases as well. Revert "perf(parser): try using compact_str for comments"
Using compact_str does not seem to be faster for us :(