Skip to content

Commit

Permalink
cutting long sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Mar 20, 2024
1 parent 5df2c5e commit 6833e69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/ada/scheme-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ constexpr uint16_t special_ports[] = {80, 0, 443, 80, 21, 443, 0, 0};
* performance by using a simpler approach where we loop and compare
* scheme with all possible protocols starting with the most likely
* protocol. Doing multiple comparisons may have a poor worst case
* performance, however. In this instance, we choose a potentially slightly
* lower best-case performance for a better worst-case performance.
* We can revisit this choice at any time.
* performance, however. In this instance, we choose a potentially
* slightly lower best-case performance for a better worst-case
* performance. We can revisit this choice at any time.
*
* Reference:
* Schmidt, Douglas C. "Gperf: A perfect hash function generator." More C++
Expand Down

0 comments on commit 6833e69

Please sign in to comment.