Caleb Baker
Caleb Baker
I created a [fork](https://github.com/CalebLBaker/httparse) of httparse which uses a lot less unsafe. No pull request because benchmarking shows that my safe implementation of `slice_skip` is slower than the original implementation...
> The `.slice_skip()` looks a bit cryptic to me, so no comments.) `slice_skip` resets `self.slice` to start at the index referred to by `self.pos` and sets `self.pos` to 0 so...
That looks similar to the results that I got from running the benchmarks. I've played around with benchmarking different subsets of the pull request and the greatest portion of the...