In TransientArrayMap, the expression (quot len 2) is used to calculate the entry count, but it is faster to instead use something like (bit-shift-right len 1).