The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
donnadionne 40bc4624c2
Adding xxhash as a subtree (#25601)
4 years ago
..
README.md Adding xxhash as a subtree (#25601) 4 years ago
xxhash.cry Adding xxhash as a subtree (#25601) 4 years ago
xxhash_spec.md Adding xxhash as a subtree (#25601) 4 years ago

README.md

xxHash Specification

This directory contains material defining the xxHash algorithm. It's described in this specification document.

The algorithm is also be illustrated by a simple educational library, written by @easyaspi314 and designed for readability (as opposed to the reference library which is designed for speed).