-
Enhancement
-
Resolution: Fixed
-
P4
-
9
-
b120
When allocating the hash table for the sparse remset the code allocates capacity SparsePRTEntrys. However, only approximately half of them are ever used because if the occupancy is 1/2 of capacity the hash table expands.
Fix this memory wastage by allocating only the appropriate amount of SparsePRTEntrys.
Fix this memory wastage by allocating only the appropriate amount of SparsePRTEntrys.