styrmis (Stefan Magnuson)
- Login: styrmis
- Registered on: 03/21/2018
- Last sign in: 02/25/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
03/25/2018
-
09:41 PM Ruby Bug #14263: Array Intersection does not seem to use hash
- Attached are two patches:
- One which uses hash comparison for both the optimised "small" array branch and the default implementation of the `Array` set operations (essentially restoring the behaviour of Ruby < 2.5)
- Another which a...
03/21/2018
-
02:26 PM Ruby Bug #14263: Array Intersection does not seem to use hash
- We (myself and [Lewis Buckley](https://github.com/lewispb)) investigated this issue as part of the Ruby Hack Day at Cookpad.
We were able to replicate the issue on Ruby 2.6 (trunk)—digging a bit deeper we found that the unexpected beh...