distribution icon indicating copy to clipboard operation
distribution copied to clipboard

xxhash

Open Raimo33 opened this issue 11 months ago • 4 comments

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/releases/tag/v0.8.3

Latest release date (must be recent): Dec 30, 2024

Description: xxHash is an extremely fast non-cryptographic hash algorithm, working at RAM speed limit. It is proposed in four flavors (XXH32, XXH64, XXH3_64bits and XXH3_128bits). The latest variant, XXH3, offers improved performance across the board, especially on small data.

Raimo33 avatar Feb 08 '25 17:02 Raimo33

https://github.com/clearlinux-pkgs/xxhash CL seems to use the python variant (used to have since its archived now)

an update would solve this (?)

K1ngfish3r avatar Feb 08 '25 19:02 K1ngfish3r

it is currently in os-clr-on-clr-dev

ephut avatar Feb 13 '25 18:02 ephut

as per https://github.com/clearlinux-pkgs/xxhash/blob/master/Makefile the package currently in use is the python bindings from here https://pypi.org/project/xxhash/ the version 2.0.0 is from 5 years ago, currently the package is at version 3.5.0

OP is suggesting moving to the main xxhash project https://github.com/Cyan4973/xxHash/, as you can see on their website https://xxhash.com/#other-languages

K1ngfish3r avatar Feb 13 '25 21:02 K1ngfish3r

The xxhash python bindings we don't ship any more. The request doesn't reference python at all as far as I can tell.

bryteise avatar Feb 13 '25 21:02 bryteise