"Andrea Fontana" wrote in message news:nrlbhbhqutcmuyzkmspx at forum.dlang.org... > Why not 64bit integers? Integers <= 32 bits have a trivial hash implementation (the value is the hash) so I did them first. 64-bit ints, strings, arrays etc need the multi-byte hash which I haven't gotten around to yet.