Tom Vijlbrief
Tom Vijlbrief
On the current master with some minor changes to get it compiled I get the following stacktrace: > f+++++++++ 2007/maastricht-07/imgp0534.pef > 10485760 86% 155.15KB/s 0:01:06^C > Interrupted > sent 2797971312...
I made a dirty hack which got me uploading through the night: ``` diff --git a/libgsync/drive/__init__.py b/libgsync/drive/__init__.py index 7ea043e..9da03e8 100644 --- a/libgsync/drive/__init__.py +++ b/libgsync/drive/__init__.py @@ -6,6 +6,12 @@ """The GSync...
Length is indeed one of the reasons. The other reason is that the software implementation builds a dynamic tree which adapts to the input data. As suggested in the README,...
This hardware implementation does not implement a Huffman dynamic tree. Increasing match to 15 will increase the lut count a lot and in most cases will not gain much compression....