janjongboom / janpatch

JojoDiff Alternative Patch library - portable C library for memory-efficient binary patching
Other
134 stars 25 forks source link

Use streams for everything, do not write directly to files #1

Closed janjongboom closed 7 years ago

janjongboom commented 7 years ago

Should improve speed on embedded devices significantly.

On K64F with SD card, 47K source file, 5K patch file: 4.3 seconds vs. 12.1 seconds (hand timed).