There was an error while loading. Please reload this page.
2 parents 5e972dd + e5c74ba commit 151d60eCopy full SHA for 151d60e
1 file changed
src/Celerity.Hashing/StringFnV1AFullHasher.cs
@@ -9,8 +9,8 @@ namespace Celerity.Hashing;
9
/// </summary>
10
/// <remarks>
11
/// This is the full-character-width counterpart to <see cref="StringFnV1AHasher"/>,
12
-/// and directly answers the note in that hasher's remarks that "for keys with
13
-/// significant non-ASCII content, a full UTF-8 or UTF-16 hash is preferable."
+/// and directly answers the note in that hasher's remarks that "For Unicode-heavy
+/// workloads, a full UTF-8 or UTF-16 hash is preferable."
14
/// Where <see cref="StringFnV1AHasher"/> folds only the low byte of each
15
/// character (<c>c & 0xFF</c>) and therefore cannot distinguish characters
16
/// that differ only in their upper byte — for example <c>'A'</c> (<c>U+0041</c>)
0 commit comments