Module bsdiff

Source

Structs§

Bsdiff
Fast and memory saving bsdiff 4.x compatible delta compressor for executables.

Enums§

ParallelScheme
Parallel searching scheme of bsdiff.

Constants§

BUFFER_SIZE
Default buffer size for delta calculation.
COMPRESSION_LEVEL
Default bzip2 compression level.
MAX_LENGTH
Maximum length of the input string.
SMALL_MATCH
Default threshold to determine small exact match.