summaryrefslogtreecommitdiff
path: root/grpc/third_party/xxhash/doc/README.md
blob: a73ad72907c9bd358e142cb0f042da8c3c6680a9 (plain)
1
2
3
4
5
6
7
8
9
xxHash Specification
=======================

This directory contains material defining the xxHash algorithm.
It's described in [this specification document](xxhash_spec.md).

The algorithm is also be illustrated by a [simple educational library](https://github.com/easyaspi314/xxhash-clean),
written by @easyaspi314 and designed for readability
(as opposed to the reference library which is designed for speed).