6 ms·
I'm surprised at the speed difference between parallel and sequential assignment styles. I prefer the sequential, so that's a nice bonus that it's also more per
by geoffharcourt 11y ago
I'm surprised at the speed difference between parallel and sequential assignment styles. I prefer the sequential, so that's a nice bonus that it's also more performant.
- juanfatas 11y agoHi! Actually the speed difference between parallel and sequential assignment styles was not correct. Please read more details here: https://github.com/JuanitoFatas/fast-ruby/pull/50 https://github.com/JuanitoFatas/fast-ruby/pull/50. Thank you.