I notice that in your benchmarks, RCParsing generally allocates a lot more memory than the other alternatives. Additionally, it's generally slower, unless specific optimizations are turned on.
Can you provide some performance tips? What optimizations should we turn on, and when? What are the drawbacks of those optimizations (I assume they have drawbacks, which is why they're off by default?)
I notice that in your benchmarks,
RCParsinggenerally allocates a lot more memory than the other alternatives. Additionally, it's generally slower, unless specific optimizations are turned on.Can you provide some performance tips? What optimizations should we turn on, and when? What are the drawbacks of those optimizations (I assume they have drawbacks, which is why they're off by default?)