
$2M prize opportunity scuttled by a C# memory leak
From Slashdot comes a link to this postmortem by the Princeton University team competing in the DARPA Grand Challenge for autonomous vehicles: It was the closest thing to a memory leak that you can have in a “managed” language. C# manages your memory for you by watching the objects you create. When your code no […]