pub fn grams(text: &[u8]) -> u64Expand description
The sketch of text: a bit for every run of three bytes in it, hashed into sixty four.
Stored by the writer, one per row, and read against Sequence::needs. The hash is part of the
file format, since a sketch written by one build is read by the next.