Reviews
Description
Researchers have devoted decades towards improving garbage collec-tion performance. A key question is: What opportunity remains for performance improvement? Because the perceived performance dis-advantage of garbage collection is often cited as a barrier to its adoption, we propose using explicit memory management as the touchstone for evaluating garbage collection performance. This work begins by asking how well garbage collection performs currently and which areas remain for it to improve. We present oracular memory management to help answer this question by en-abling us to quantify garbage collection's performance. Our results show that while garbage collection can perform competitively, this good performance assumes the heap fits in available memory. Our work thus focuses onto this brittleness, and we show the design and implement of our bookmarking collector. While performing competi-tively when not paging, our new collector's paging performance helps make garbage collection's performance more robust.
EXTRA 10 % discount with code: EXTRA
The promotion ends in 22d.20:42:26
The discount code is valid when purchasing from 10 €. Discounts do not stack.
Researchers have devoted decades towards improving garbage collec-tion performance. A key question is: What opportunity remains for performance improvement? Because the perceived performance dis-advantage of garbage collection is often cited as a barrier to its adoption, we propose using explicit memory management as the touchstone for evaluating garbage collection performance. This work begins by asking how well garbage collection performs currently and which areas remain for it to improve. We present oracular memory management to help answer this question by en-abling us to quantify garbage collection's performance. Our results show that while garbage collection can perform competitively, this good performance assumes the heap fits in available memory. Our work thus focuses onto this brittleness, and we show the design and implement of our bookmarking collector. While performing competi-tively when not paging, our new collector's paging performance helps make garbage collection's performance more robust.
Reviews