Topic: memory management by garbage collection
| |
Reference
Hertz, M., Berger, E.D.,
"Quantifying the performance of garbage collection vs. explicit memory management",
OOPSLA'05 Conference Proceedings. 20th Annual ACM Conference on Object-Oriented Programming, Systems, Languages, and Applications, San Diego, California, USA, October 2005, ACM Press, pp. 313-326.
Google
Quotations
abstract ;;Quote: in a garbage-collected program, simulate explicit memory management by inserting calls to 'free' after last use or after last reachable
| abstract ;;Quote: with five times as much memory, an Appel-style generational collector is as fast as a reachability-based explicit memory manager; 70% slower with 2x memory
|
Related Topics
Topic: memory management by garbage collection (116 items)
|