This package browser is in early development. Mind the rough edges.

xxhash 0.8.1

Extremely fast hash algorithm

xxHash is an extremely fast non-cryptographic hash algorithm. It works at speeds close to RAM limits, and comes in both 32- and 64-bit flavours. The code is highly portable, and hashes of the same length are identical on all platforms (both big and little endian).

Installation

Install xxhash 0.8.1 as follows:

guix install xxhash@0.8.1

Or install the latest version:

guix install xxhash

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.