Skip to content

Commit

Permalink
added hash4j reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyan4973 committed Aug 6, 2024
1 parent 76e4446 commit 69d7d31
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,14 @@ <h1>xxHash</h1>
|Language |Author |URL
|-- |-- |--
|__Python__ |Yue Du |https://pypi.python.org/pypi/xxhash/
|__Java__ |Adrien Grand |https://github.com/lz4/lz4-java/tree/master/src/java/net/jpountz/xxhash
|__Java__ (XXH3, XXH128) |James Z.M. Gao |https://github.com/OpenHFT/Zero-Allocation-Hashing/blob/master/src/main/java/net/openhft/hashing/XXH3.java
|__C++__ (simple) |Stefan Brumme |https://create.stephan-brumme.com/xxhash/
|__C++ 17__ |Red Gavin |https://github.com/RedSpah/xxhash_cpp
|__C++__ constexpr (XXH64) |Daniel Kirchner |https://github.com/ekpyron/xxhashct
|__C++__ constexpr (XXH32) |Takayuki Matsuoka |https://github.com/Cyan4973/xxHash/issues/496
|__C++__ constexpr (XXH3) |chys87 |https://github.com/chys87/constexpr-xxh3
|__Java__ |Adrien Grand |https://github.com/lz4/lz4-java/tree/master/src/java/net/jpountz/xxhash
|__Java__ (XXH3, XXH128) |James Z.M. Gao |https://github.com/OpenHFT/Zero-Allocation-Hashing/blob/master/src/main/java/net/openhft/hashing/XXH3.java
|__Java__ (XXH3, port) |Otmar Ertl |https://github.com/dynatrace-oss/hash4j/blob/main/src/main/java/com/dynatrace/hash4j/hashing/XXH3_64.java
|__C#__ (port) |Melnik Alexander |https://github.com/uranium62/xxHash
|__C#__ (7.0) |Otaku |https://github.com/differentrain/YYProject.XXHash
|__C#__ (.net std 2.0) |Sedat Kapanoğlu |https://github.com/ssg/HashDepot#xxhash
Expand All @@ -142,28 +143,28 @@ <h1>xxHash</h1>
|__JavaScript__ (nodeJS) |Brian White |https://npmjs.org/package/xxhash
|__JavaScript__ (nodeJS, xxh3)|Nhan Khong |https://github.com/ktrongnhan/xxhash-addon
|__JSX__ (static JavaScript)|Yoshiki Shibukawa |https://www.npmjs.org/package/xxhash.jsx
|__Go__ (XXH64) |Ahmed Waheed |https://github.com/OneOfOne/xxhash
|__Go + ASM__ |Caleb Spare |https://github.com/cespare/xxhash
|__Go__ (XXH3) |Jeff Wendling |https://github.com/zeebo/xxh3
|__Pascal__ |Vojtěch Čihák |http://sourceforge.net/projects/xxhashfpc
|__PHP8__ |Anatol Belski |https://php.watch/versions/8.1/xxHash
|__PHP7__ |Craig R Megasaxon |https://github.com/Megasaxon/php-xxhash
|__PHP__ |Nir Heimann |https://github.com/nheimann1/php-xxhash
|__PHP__ (port) |Scott Dutton |https://github.com/exussum12/xxhash
|__R__ |Dirk Eddelbuettel |https://github.com/eddelbuettel/digest
|__R__ (XXH3) |mikefc |https://github.com/coolbutuseless/xxhashlite
|__Perl__ |Sanko Robinson |https://metacpan.org/module/Digest::xxHash
|__Perl__ (streaming) |Bela Bodecs |https://github.com/DoubleBB/digest-xxhash64
|__Go__ (XXH64) |Ahmed Waheed |https://github.com/OneOfOne/xxhash
|__Go + ASM__ |Caleb Spare |https://github.com/cespare/xxhash
|__Go__ (XXH3) |Jeff Wendling |https://github.com/zeebo/xxh3
|__Swift__ |Daisuke T |https://github.com/daisuke-t-jp/xxHash-Swift
|__Rust__ |Jake Goulding |https://libraries.io/cargo/twox-hash
|__Rust__ (const xxh3) |Arthur Martirosyan |https://crates.io/crates/xxhash-rust
|__Ruby__ (port) |Justin W Smith |http://rubygems.org/gems/ruby-xxHash
|__Ruby__ (wrapper) |Vasiliy Ermolovich |https://rubygems.org/gems/xxhash
|__Ruby__ (digest::class) |konsolebox |https://rubygems.org/gems/digest-xxhash
|__Pascal__ |Vojtěch Čihák |http://sourceforge.net/projects/xxhashfpc
|__Rust__ |Jake Goulding |https://libraries.io/cargo/twox-hash
|__Rust__ (const xxh3) |Arthur Martirosyan |https://crates.io/crates/xxhash-rust
|__Swift__ |Daisuke T |https://github.com/daisuke-t-jp/xxHash-Swift
|__Kotlin__ |Matthew Dolan |https://github.com/appmattus/crypto/tree/main/cryptohash
|__R__ |Dirk Eddelbuettel |https://github.com/eddelbuettel/digest
|__R__ (XXH3) |mikefc |https://github.com/coolbutuseless/xxhashlite
|__Perl__ |Sanko Robinson |https://metacpan.org/module/Digest::xxHash
|__Perl__ (streaming) |Bela Bodecs |https://github.com/DoubleBB/digest-xxhash64
|__D__ |Masahiro Nakagawa |https://github.com/repeatedly/xxhash-d
|__Julia__ |Hanan Rosemarin |https://github.com/hros/XXhash.jl
|__Scala__ |Desmond Yeung |https://github.com/desmondyeung/scala-hashing
|__D__ |Masahiro Nakagawa |https://github.com/repeatedly/xxhash-d
|__Lua__ (binding) |Masatoshi Teruya |https://github.com/mah0x211/lua-xxhash
|__Lua__ (jit, XXH32) |szensk |https://github.com/szensk/luaxxhash
|__Lua__ (jit, XXH64) |Soojin Nam |https://github.com/sjnam/luajit-xxHash
Expand Down

0 comments on commit 69d7d31

Please sign in to comment.