Skip to main content

grams

Function grams 

Source
pub fn grams(text: &[u8]) -> u64
Expand 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.