Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avoid potentially expensive operations on prepare
This simple patch makes sure we can operate with a reference to the string instead of being forced to transform it to a string, and makes sure that the Arc doesn't have to be cloned (which can be expensive in multi-core systems). This doesn't really make a large difference in benchmarks, given how expensive Parse::new() is.
- Loading branch information