Closed dolmen closed 4 years ago
Allocate string.Replacer used for escaping/unescaping token at init time instead of every time a token is escaped/unescaped.
string.Replacer
This makes a huge performance difference.
Thank you for your pull request!
Allocate
string.Replacer
used for escaping/unescaping token at init time instead of every time a token is escaped/unescaped.This makes a huge performance difference.