An open API service indexing awesome lists of open source software.

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: about 1 year ago
JSON representation

Zig implementation of https://github.com/wangyi-fudan/wyhash

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.