Timofey Solomko

Results 14 comments of Timofey Solomko

Hi @Lakr233, This is very interesting! I will have a closer look at the implementation and merging it when I have more time, but I have two questions nevertheless. 1....

Hi again, I've been thinking about this and I don't think I can accept these changes without an actual pull request. The problem is that as it currently stands what...

Maybe at some point in the future. There is so many things that could be done and not enough time that I can spend on this project. It's worth noting...

Hi, The most important thing for performance right now is building in Release mode, so please make sure that SWCompression is built in Release mode. Please let me know if...

Sorry for the long response time: my laptop is in service so I have to resort to using mobile devices. > One solution I have tried is to read the...

Hi @rudedogg, I am somewhat familiar with these swift_release/retain-related (in some circles I think it is also referred to as "ARC traffic") performance issues, though in a bit different context,...

[4.5.9](https://github.com/tsolomko/SWCompression/releases/tag/4.5.9) has been released.

Well, this is a good question. General answer: yes, it is possible to add these algorithms at some point in the future (disregarding any unforeseen implementation difficulties which may prevent...

LZ4 has been implemented in [4.7.0](https://github.com/tsolomko/SWCompression/releases/tag/4.7.0).

> Are there plans for [Brotli](https://github.com/google/brotli) Support? > [This](https://github.com/foliojs/brotli.js) or [that](https://pub.dev/documentation/es_compression/latest/brotli/brotli-library.html) may be helpful. No, unfortunately, at the moment there are no such plans, partially because I was not aware...