You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's say there's a long repeated string of 00s, which is what one of the files I have to compress to Kosinski has multiple of. The time it takes to compress it takes far too long to the point it causes Windows Explorer to stop responding.
The text was updated successfully, but these errors were encountered:
Nah, KENSSharp uses some ported logic from my clownlzss project, while this uses flamewing's KENSC/mdcomp. KENSSharp is slow because the compression algorithm that it's using doesn't seem to agree with C#, while this sounds like it's down to a bug in the old version of KENSC that's being used.
If I remember right, I once considered updating KENSC, but, at the time, upstream KENSC had introduced a dependency on the Boost library or a cutting-edge version of C++ or something. Either way, I couldn't update KENSC.
Yeah, I realized that mistake and edited it out. I'm going to see if I can implement the updated version myself. Regarding Boost, it looks like it's only really in the big endian I/O stuff.
Let's say there's a long repeated string of 00s, which is what one of the files I have to compress to Kosinski has multiple of. The time it takes to compress it takes far too long to the point it causes Windows Explorer to stop responding.
The text was updated successfully, but these errors were encountered: