Possible fix for #887 – instead of collection into a int-sized LongLongMap, we use a HugeLongLongMap, which works just like the int version, except its using Huge(Long|Double)Arrays as the underlying storage and can hold more than 2bn values. We need to check if this still performs adequately.
Possible fix for #887 – instead of collection into a int-sized LongLongMap, we use a HugeLongLongMap, which works just like the int version, except its using Huge(Long|Double)Arrays as the underlying storage and can hold more than 2bn values. We need to check if this still performs adequately.