miloyip / nativejson-benchmark

C/C++ JSON parser/generator benchmark
MIT License
1.95k stars 262 forks source link

Replace a space in a URL with %20 #109

Closed rec closed 5 years ago

rec commented 5 years ago

I checked that the replacement URL goes to exactly the same place as the URL with the space in it.

As it, the URL doesn't seem to render properly on github, as seen in https://github.com/miloyip/nativejson-benchmark/blob/master/README.md#code-size

Thanks for a very useful benchmark!