[][src]Module qbsdiff::bsdiff

Structs

Bsdiff

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

Enums

Compression

Compression level of the bzip2 compressor. When compressing data, the compression level can be specified by a value in this enum.

ParallelScheme

Parallel searching scheme of bsdiff.

Constants

BUFFER_SIZE

Default buffer size for delta calculation.

LEVEL

Default compression level.

MAX_LENGTH

Max length of the source data. Maximum length of the input string.

SMALL_MATCH

Default threshold to determine small exact match.