-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from cmuratori/v0.4
Starting the v0.4 branch
- Loading branch information
Showing
18 changed files
with
2,363 additions
and
1,598 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Meow hash 0.3/snowshoe | ||
# Meow hash 0.4/himalayan | ||
This is the official x64 implementation of the Meow hash, an extremely fast non-cryptographic hash. See https://mollyrocket.com/meowhash for usage, implementation, and license details. | ||
|
||
This version is v0.3 and is EXPERIMENTAL. It is only designed for testing and comment right now. Updates will be coming which finalize the hash function, but for right now it is still considered in flux. This version builds on Windows/MSVC, Linux/CLANG, and Mac/CLANG, and supports x64 and ARM processors with AES instructions. An ANSI-only (slow) version will be added eventually. | ||
This version is v0.4 and is EXPERIMENTAL. It is only designed for testing and comment right now. Updates will be coming which finalize the hash function, but for right now it is still considered in flux. This version builds on Windows/MSVC, Linux/CLANG, and Mac/CLANG, and supports x64 and ARM processors with AES instructions and (much slower) vanilla C for compatibility. |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.