[Feature](func) Support function mmh64_v2#2993
Merged
HappenLee merged 2 commits intoapache:masterfrom Oct 26, 2025
Merged
Conversation
16 tasks
zclllyybb
reviewed
Oct 21, 2025
|
|
||
| 计算 64 位 murmur3 hash 值 | ||
|
|
||
| 此版本专门为 64 位输出优化,性能优于 v2 版本,但与标准库实现不一致。 |
zclllyybb
reviewed
Oct 21, 2025
|
|
||
| 计算 64 位 murmur3 hash 值 | ||
|
|
||
| 此版本复用 MurmurHash3 的 128 位处理函数,仅输出第一个 64 位哈希值,与标准库的实现保持一致。 |
zclllyybb
approved these changes
Oct 21, 2025
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.
Versions
Languages
Docs Checklist