Function smdiff_merger::extract_patch_instructions
source ยท pub fn extract_patch_instructions<R: Read + Seek>(
patch: R,
) -> Result<(Vec<SparseOp>, Stats)>Expand description
Extracts all instructions from all windows. Memory consumption may be 2-4x the size of the encoded (uncompressed) patch.