Results 5 comments of Feng Ling

I just (enjoyably) wasted an evening testing different options. My findings (all thru usb): 1. tried zstd from entware with different --fast=# parameter (ranging from 1 to 200), lz4 still...

that is what I attempted to code with bsdiff. but I quit before fully debugging as I saw the cpu usage shot up like crazy on reMarkable. from the man...

I tested the xor and then compress with lz4 idea. To my surprise, even with my rusty c programming skills I actually did not slow the pipeline down, which should...

It is already doing that, currently the file read and write are for (updating) the reference file. Maybe I should rewrite it to keep the reference in memory since the...

I just fixed a decoding bug and moved my fread out of the while loop. Now it (with xorstream) does perform better than the master branch over my wifi connection,...