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

xxhash

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 the latest version of xxhash as follows:

guix install xxhash

Or install a particular version:

guix install xxhash@0.8.1

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.