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 c16f7a4 commit 4cea64aCopy full SHA for 4cea64a
docs/developer-guide.md
@@ -64,7 +64,7 @@ hash function for integers). Those changes eventually had to be rolled back
64
after failing to make a fast enough implementation (using SSE instructions where
65
possible) that also wasn't crashing on some platforms.
66
67
-The current, someone frustrating, state is that you have to know which data
+The current, somewhat frustrating, state is that you have to know which data
68
structures can be tampered with by users and either use SipHash just for those
69
or switch to ordered containers that don't have collision problems. This package
70
uses fast hash functions by default.
0 commit comments