pub const SKETCH_WIDTH: usize = 16;Expand description
Number of retained bottom-k values. 16 keeps a sketch to 136 bytes per node and makes the sketch exact (not estimated) for any subtree with <= 16 distinct leaf hashes, which is most nodes in a real file.