pub const CMP_MAX_LEN: usize = 64;Expand description
Max number of bytes that coverage information is collected for. Instrumentation overhead will be large for long comparisons, and writes to longer spans in the coverage bitmap will result in a greater number of index clashes (more noise).