Crates.io | komi-hash |
lib.rs | komi-hash |
version | 0.1.4 |
source | src |
created_at | 2022-07-27 06:52:15.685879 |
updated_at | 2023-01-31 05:21:28.756526 |
description | Komi hash |
homepage | |
repository | |
max_upload_size | |
id | 633759 |
size | 1,417,419 |
Komi hash is a hash function passes all smhasher tests with extremely high performance.
While original implementation is written by Aleksey Vaneev (Original C implementation: https://github.com/avaneev/komihash), the crate derives from hash4j's implementation, which provides a streaming interface.
Copyright (C) 2022 LAN Xingcan
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.