Pavel Rosický

Results 16 issues of Pavel Rosický

the original feature https://github.com/mikel/mail/commit/1e665e44448ded500b7bf5b82119e9fe7f40bd58 ``` email -> eml -> png ``` before ``` attachments: png ``` after ``` attachments: eml, png ``` I'm not sure what the correct behavior should...

More Work Needed

https://github.com/JuanitoFatas/fast-ruby#stringunpack1-vs-stringunpack0-code

not a good idea, nil check should be enough

.join('') allocates an empty string which isn't necessary especially on older rubies that don't support frozen string literals

original issue https://github.com/jruby/jruby/issues/7033 **Environment Information** jruby 9.4.0.0-SNAPSHOT (3.1.0) 2022-01-26 f6c4cae78c Java HotSpot(TM) 64-Bit Server VM 15.0.2+7-27 on 15.0.2+7-27 +jit [linux-x86_64] 9.2 (head) 9.3.3 ethon-0.15.0 **Expected Behavior** ``` require 'ethon' easy...

on Windows, ```LIBWINPTHREAD-1.DLL``` is still linked dynamically a static build shouldn't depend on external libraries. Especially JRuby should be able to load the static library at runtime without a devkit...

**Environment** jruby 9.2.10.0-SNAPSHOT (2.5.7) 2019-11-08 c56caa3 Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS on 11.0.2+9-LTS +jit [linux-x86_64] Linux DESKTOP-2POPPQP 4.4.0-17763-Microsoft #864-Microsoft Thu Nov 07 15:22:00 PST 2019 x86_64 x86_64 x86_64 GNU/Linux...

this PR detects avx512 capable CPUs (no optimizations yet)

here's a profile from https://software.intel.com/content/www/us/en/develop/tools/vtune-profiler.html measured on an intel platform (avx2 build, gcc 9.2.0) hopefully, it might be useful for someone to investigate where the bottlenecks are paq8px.exe -8 data.dat...