mirror of
https://github.com/art-ist/mustache-sharp.git
synced 2024-06-16 21:05:32 +00:00

RegexOptions.Compiled does not seem to improve performance and actually is a bottleneck in most cases. I am removing it for the time being. I may add a flag to the FormatCompiler if it is needed in the future.