Julik Tarkhanov

Results 111 comments of Julik Tarkhanov

To add: for zip_tricks, those are the stats: https://www.ruby-toolbox.com/projects/zip_tricks Sadly I could not retain the name nor the repo - the only thing I could do was fork (see https://blog.julik.nl/2024/04/reviving-zip-tricks)...

Sure thing. For reference - I think you don't need the system zip command if the library works sufficiently well 😉 I understood there were perf issues with RubyZip but...

I'll fix the formatting/YARD things shortly

Sorry, _now_ it should be in order (I got so used to standardrb that I forgot the rubocop commands)

I will let you do the benchmarks - if we decide to commit I can remove its uses from the tests too. zip_kit uses it as a "second opinion" validation...

@kiskoza any updates on your perf testing by any chance?

I actually find this very promising because it means there is potential for improvement. What is the exact Ruby version you are using, the exact Rubyzip version and what's your...

Apologies, didn't read your message thoroughly. But as I said - I will dive into this because this likely means that either my changes or zip_kit could use some brushing...

> but it causes lots of problem because it's basically impossible to know which of these values should be shared / copied / deep copied / etc. I also still...

What is supposed to happen with a transition of a thread to an "IO-heavy" group? Should Puma then have a separate pool for "generic" threads and a separate pool for...