Hashing API - #19
Open
mwsis wants to merge 6 commits into
Open
Conversation
… suite * Added 64-bit djb2 and FNV-1a hash functions for cstring_t instances and slices (cstring_hash_djb2, cstring_hash_djb2_ci, cstring_hash_djb2_len, cstring_hash_djb2_len_ci, cstring_hash_fnv1a, cstring_hash_fnv1a_ci, cstring_hash_fnv1a_len, cstring_hash_fnv1a_len_ci); * Added cstring_hash_t typedef (uint64_t) with fallback for older MSVC; * Added C++ inline access shims for instances and buffer slices; * Added comprehensive xTests unit test suite test.unit.cstring.hash; * Verified both narrow-character and wide-character build paths; * Documented hashing API, types, and C++ access shims in README.md; * Bumped version to 4.1.0-alpha1 and updated CHANGES.md and NEWS.md;
GarthJL1965
approved these changes
Sep 6, 2026
synesissoftware
requested changes
Sep 6, 2026
| namespace | ||
| { | ||
|
|
||
| static void test_null_and_empty(void); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.