summaryrefslogtreecommitdiff
path: root/grpc/third_party/xxhash/doc/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/third_party/xxhash/doc/README.md')
-rw-r--r--grpc/third_party/xxhash/doc/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/grpc/third_party/xxhash/doc/README.md b/grpc/third_party/xxhash/doc/README.md
new file mode 100644
index 00000000..a73ad729
--- /dev/null
+++ b/grpc/third_party/xxhash/doc/README.md
@@ -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).