On 12/03/2015 10:36 AM, Jakob Jenkov wrote: > Either the speed of the software didn't matter, and thus the garbage > collector didn't matter either. > > Or, the speed of the software mattered, and the garbage collector was > never good enough, so you end up designing your software to avoid the > garbage collector (using arrays and object pools instead of new'ing > objects).
Although that has been implied so many times on these forums, I like your description.
Ali
