oznek has quit [Remote host closed the connection]
kukasmog has joined #ruby
jmcantrell has quit [Ping timeout: 252 seconds]
kukasmog has quit [Ping timeout: 252 seconds]
kukasmog has joined #ruby
victori has joined #ruby
niv has quit [Ping timeout: 268 seconds]
niv has joined #ruby
kukasmog has quit [Ping timeout: 248 seconds]
kukasmog has joined #ruby
AtleoS has quit [Ping timeout: 272 seconds]
Linux_Kerio has joined #ruby
kukasmog has quit [Ping timeout: 252 seconds]
kukasmog has joined #ruby
Guest37 has joined #ruby
grenierm has joined #ruby
Guest37 has quit [Quit: Client closed]
kukasmog has quit [Ping timeout: 260 seconds]
kukasmog has joined #ruby
infinityfye has joined #ruby
Linux_Kerio has quit [Ping timeout: 252 seconds]
kukasmog has quit [Ping timeout: 265 seconds]
kukasmog has joined #ruby
cybniv has joined #ruby
niv has quit [Ping timeout: 268 seconds]
kukasmog has quit [Ping timeout: 268 seconds]
andy-turner has joined #ruby
foxxx0 has quit [Quit: foxxx0]
foxxx0 has joined #ruby
mms has quit [Ping timeout: 248 seconds]
grenierm has quit [Ping timeout: 240 seconds]
GreenResponse has joined #ruby
gemmaro_ has quit [Ping timeout: 276 seconds]
gemmaro_ has joined #ruby
gemmaro_ has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
graywolf has joined #ruby
jmcantrell has joined #ruby
ih8u has joined #ruby
graywolf has quit [Quit: WeeChat 4.6.3]
entropie has quit [Ping timeout: 252 seconds]
entropie has joined #ruby
user71 has joined #ruby
Sheilong has joined #ruby
andy-turner has quit [Quit: Leaving]
fantazo has quit [Quit: Lost terminal]
andy-turner has joined #ruby
hktsm has joined #ruby
Linux_Kerio has joined #ruby
ih8u has quit [Quit: ih8u]
kerzhak has quit [Ping timeout: 264 seconds]
kerzhak has joined #ruby
Philip has joined #ruby
jmcantrell has quit [Ping timeout: 248 seconds]
kerzhak has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
kerzhak has joined #ruby
kerzhak has quit [Client Quit]
oznek has joined #ruby
Philip has quit [Quit: Client closed]
kukasmog has joined #ruby
infinityfye has quit [Read error: Connection reset by peer]
cappy has joined #ruby
<nakilon>
by using lineprofiler, i.e. counting the time spent on lines according to backtrace, I get this image https://i.imgur.com/eKfWcLd.png -- do I understand correctly that 20% of time is spent on sorta taking a hash from array? to find the array in the cache Hash
<nakilon>
I've no idea how storing an array key works; probably it's iterating and checksumming or idk
<nakilon>
always wondered, never knew the trutch
<nakilon>
*truth
<nakilon>
it is a current bottleneck in my program
<nakilon>
the keys are arrays like this [48, 13, 52, 11, 0, 30, 32, 49] -- will it be faster if I use a 8-level-deep Arrays instead of a Hash? I doubt the 8-iterations ruby loop would be better than Hash#[Array]
<zxrom>
nakilon, Thanks! Now I realized that this is a conflict of versions installed through ArchLinux packages and through rubygems in the local user profile. A nightmare.