pub struct Signature { /* private fields */ }
Expand description
A identifier of a file, much smaller than the file itself.
See crate-level documentation for more details.
Implementations§
source§impl Signature
impl Signature
sourcepub fn parallel_diff(&self, data: &[u8], wp: &WorkerPool) -> Difference
pub fn parallel_diff(&self, data: &[u8], wp: &WorkerPool) -> Difference
Calculate the Self::diff
in parallel using multiple OS threads.