We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0caeae9 commit b632392Copy full SHA for b632392
src/parser.cpp
@@ -52,7 +52,7 @@ result_type parse_url(std::string_view user_input,
52
// Most of the time, we just need user_input.size().
53
// In some instances, we may need a bit more.
54
///////////////////////////
55
- // This is *very* important. This line should be removed
+ // This is *very* important. This line should *not* be removed
56
// hastily. There are principled reasons why reserve is important
57
// for performance. If you have a benchmark with small inputs,
58
// it may not matter, but in other instances, it could.
0 commit comments