From: Eric Wong Date: 2015-12-10T19:23:55+00:00 Subject: [ruby-core:72040] Re: [Ruby trunk - Feature #11405] [Assigned] [PATCH] hash.c: minor speedups to int/fixnum keys mame@ruby-lang.org wrote: > This caused a lot of trivial hash conflicts of Fixnums that is >= 16384. Thanks for noticing, I will investigate. I'm curious, how did you notice this? I'll probably integrate some well-known hashing tests into the test suite to prevent this in the future...