https://github.com/ManDeJan/zig-wyhash
Zig implementation of https://github.com/wangyi-fudan/wyhash
https://github.com/ManDeJan/zig-wyhash
hash wyhash zig
Last synced: over 1 year ago
JSON representation
Zig implementation of https://github.com/wangyi-fudan/wyhash
- Host: GitHub
- URL: https://github.com/ManDeJan/zig-wyhash
- Owner: ManDeJan
- License: unlicense
- Created: 2019-04-10T13:41:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-30T13:42:25.000Z (over 6 years ago)
- Last Synced: 2025-03-08T18:51:28.621Z (over 1 year ago)
- Topics: hash, wyhash, zig
- Language: C
- Size: 15.6 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zig-wyhash
## What is this
I build this library to learn the Zig programming language.
My implementation is adapted from https://github.com/wangyi-fudan/wyhash and https://github.com/eldruin/wyhash-rs.
I have not benchmarked my implementation and do not know how it performs compared
to the C/C++ or Rust implementation, this is something that I would like to do in the future.
There are also no tests, once I figure out how to test I'll add tests.
I am currently not recommending this code for production use.
Feel free to suggest improvements or make pull requests.
The project is licensed under The Unlicense so feel free to use or modify it however you like <3.