Cutting out regexes made Armature's path matching over 30x faster.
Routing a request to an endpoint in 6µs is good, but doing it in under 190ns is a lot better!
https://github.com/jgaskins/armature/commit/c798003d18fddd704792598982c8c5ed396a31af
@jamie very interesting find!
@alexanderadam Yeah, I've been looking to eliminate the regexes there for a while. In a lot of my benchmarking of various things, they tend to add a lot of heap allocations.