|
|
|
|
|
by dinfuehr
583 days ago
|
|
> The GC has to now move every object remaining in the vector down a step to make the vector dense again Is there something which forces you to compact everything here? Or could you do what most GCs do and track that free entry in a free list? |
|
Filling in empty slots would mean that likely unrelated data comes and pollutes the cache for the old data :(