Skip to main content

Module apply

Module apply 

Source

Functions§

apply_delta
Reconstruct the version from reference + algorithm commands.
apply_delta_inplace
Apply placed in-place commands to a buffer initialized with R.
apply_delta_to
Apply algorithm commands, writing into a pre-allocated buffer.
apply_placed_inplace_to
Apply placed commands in-place within a single buffer.
apply_placed_to
Apply placed commands in standard mode: read from R, write to out.
output_size
Compute the total output size of algorithm commands.
place_commands
Convert algorithm output to placed commands with sequential destinations.
unplace_commands
Convert placed commands back to algorithm commands (strip destinations).
validate_placed_commands
Validate placed commands before apply so malformed deltas fail cleanly.