Menu

#2 Inefficient compact heap method

open-fixed
nobody
None
5
2008-11-18
2008-07-31
runT1ME
No

We should be jumping only to *live* objects when we compress the heap, rather then traversing the whole heap when we compact.

Discussion

  • runT1ME

    runT1ME - 2008-11-18

    Doesn't behave like this anymore. Just traverses live objects and marks them for moving in a heap that will be collected. No exra work done now.

     
  • runT1ME

    runT1ME - 2008-11-18
    • status: open --> open-fixed
     

Log in to post a comment.

MongoDB Logo MongoDB