Guillaume
Guillaume
I agree that a clear stance must be made, either by renaming files so their name doesn't include a hierarchy or by flattening the directory structure. I do quite like...
As a reference, here are the compression ratio convergence curves for the 3 algorithms using enwik7, as of 0.12.4 beta. x-axis => input size read in bytes y-axis => compression...
Hello @Crypto-Spartan ! I don't see any problem with that ^^ You can re-use/re-develop all algorithms in your project with proper credits ! Thank you
No ! As long as you keep the copyright notice, for me it's all good, you can choose any licence of your liking :)
Hello ! No there's no documentation, you're going to need to look inside the C code I'm afraid. If you take the chameleon (fastest and "simplest") algorithm for example, you...
Hello @Crypto-Spartan > I've read over your previous comment 8-10 times at this point, and I still can't figure out how the signature works in tandem with the dictionary and...
I should add that on a personal level, I'm more and more interested by a rust port also (rust being a very interesting language for multiple reasons), so I could...
> I understood that 8 bytes is 64 0's and 1's haha, im not brand new to programming in general. I struggle with C a lot because I don't really...
No, I lost the test data since. I had used well known corpuses such as Silesia and others to set up the test. I was not looking after the absolute...
Nice one ! I've looked at your code and it's already so much cleaner than C ;) Do you intend to reproduce the library's benchmark application or to create benchmarks...