
26 Jan
2012
26 Jan
'12
11:29 a.m.
On 26 January 2012 11:16, Andrey Semashev <andrey.semashev@gmail.com> wrote:
On Thu, Jan 26, 2012 at 12:16 PM, Daniel James <dnljms@gmail.com> wrote:
Actually functional/hash doesn't. It's good enough for the standard, but no better. For numbers that fit into the hash value, it just returns them unchanged which is fine for a prime number of buckets but not for power of 2 containers.
Well, we probably better fix functional/hash then?
No, it's deliberate. It meets the standard's requirements. No more, no less.