darkdragn
darkdragn
Hey, steeve! I implemented the lz4io methods in the following fork: https://github.com/darkdragn/python-lz4 I have a tag (r119) for the pure branch from you, with lz4io implemented, and the master has...
Thank you, for the compliment! I know that is going to make me sound ignorant, however I'm new to using git so the terminology is throwing me through a loop....
Steeve, I created a new branch from the earlier r119 commit, which has almost of the lz4 files matching. The only one that doesn't is lz4hc.h, since your version is...
Just wanted to leave you with a side note. On the compressFileAdv, for the docstring I did not list blockMode because with r119 it segfaults on chained blocks. On r122...