janjongboom / janpatch

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

Keep track of file position internally, instead of relying on ftell / fseek #6

Closed janjongboom closed 6 years ago

janjongboom commented 6 years ago

Fix for #3. Speeds up patching by ~15x against integration tests on MacOS.

janjongboom commented 6 years ago

Verified on Mbed OS 5.7 with BlockDevice driver, and on POSIX.