tarellel (Brandon Hicks)
- Login: tarellel
- Registered on: 08/11/2021
- Last sign in: 11/04/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/29/2022
-
01:03 AM Ruby Misc #18834: Significant change in loop speeds (regressing using while loop on ARM chips)
- Attached are both the Intel and ARM rbconfigs.
**Note:** both have the ruby version installed through ASDF and running the same ruby versions side-by-side.
06/16/2022
-
10:21 PM Ruby Misc #18834 (Feedback): Significant change in loop speeds (regressing using while loop on ARM chips)
I was benchmarking some code and one of the benchmarks I came across was <a href="https://github.com/fastruby/fast-ruby/blob/master/code/enumerable/each_with_index-vs-while-loop.rb">fast-ruby's</a> while vs each_with_index. I ran these...