clearlinux / distribution

Placeholder repository to allow filing of general bugs/issues/etc against the Clear Linux OS for Intel Architecture linux distribution
519 stars 28 forks source link

xxhash #2988

Open nobodyatandnothing opened 8 months ago

nobodyatandnothing commented 8 months ago

Official package name: xxhash

License (must be an OSI approved Open Source license): BSD 2-Clause License

Download URL of latest release: https://github.com/Cyan4973/xxHash/archive/refs/tags/v0.8.2.tar.gz

Latest release date (must be recent): Jul 21

Description: xxHash is an Extremely fast Hash algorithm, processing at RAM speed limits. Code is highly portable, and produces hashes identical across all platforms (little / big endian). The library includes the following algorithms :

XXH32 : generates 32-bit hashes, using 32-bit arithmetic XXH64 : generates 64-bit hashes, using 64-bit arithmetic XXH3 (since v0.8.0): generates 64 or 128-bit hashes, using vectorized arithmetic. The 128-bit variant is called XXH128.

All variants successfully complete the SMHasher test suite which evaluates the quality of hash functions (collision, dispersion and randomness). Additional tests, which evaluate more thoroughly speed and collision properties of 64-bit hashes, are also provided.

fenrus75 commented 8 months ago

poking at this but so far the Makefile hates packagers

On Wed, Nov 1, 2023 at 5:17 PM nobodyatandnothing @.***> wrote:

Official package name: xxhash

License (must be an OSI approved Open Source license): BSD 2-Clause License

Download URL of latest release: https://github.com/Cyan4973/xxHash/archive/refs/tags/v0.8.2.tar.gz

Latest release date (must be recent): Jul 21

Description: xxHash is an Extremely fast Hash algorithm, processing at RAM speed limits. Code is highly portable, and produces hashes identical across all platforms (little / big endian). The library includes the following algorithms :

XXH32 : generates 32-bit hashes, using 32-bit arithmetic XXH64 : generates 64-bit hashes, using 64-bit arithmetic XXH3 (since v0.8.0): generates 64 or 128-bit hashes, using vectorized arithmetic. The 128-bit variant is called XXH128.

All variants successfully complete the SMHasher https://code.google.com/p/smhasher/wiki/SMHasher test suite which evaluates the quality of hash functions (collision, dispersion and randomness). Additional tests, which evaluate more thoroughly speed and collision properties of 64-bit hashes, are also provided https://github.com/Cyan4973/xxHash/tree/dev/tests.

— Reply to this email directly, view it on GitHub https://github.com/clearlinux/distribution/issues/2988, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJ54FLKAYZUUFLSVIFHWFTYCLRCJAVCNFSM6AAAAAA62CBKWOVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3TGMRZGIZDAMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>