Add xxhash

This commit is contained in:
wheremyfoodat 2023-06-14 14:46:11 +03:00
parent 3606c005c5
commit f82b27ddba
84 changed files with 66504 additions and 3 deletions

9
third_party/xxhash/doc/README.md vendored Normal file
View file

@ -0,0 +1,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).