0
votes
Deterministic memory management
Compas Pascal
– With Java and .net, garbage collection (GC) has won a lot of followers. GC basically makes it possible to avoid some of the memory leak problems that often happen with unskilled programmers, and at the same time, it supports the current typical hardware configurations very well. When memory is needed, you don't need to search for a block, it's just grabbed.However, since the current hardware
Statistics
|
Visits by Source |
User Actions |




