[your code here]

Namespace rswhite4 at googlemail.com
Thu Jan 31 04:44:58 PST 2013


On Thursday, 31 January 2013 at 12:28:43 UTC, FG wrote:
> On 2013-01-31 12:38, Namespace wrote:
>> If you want to do something, then take destroy.
>> AFAIK delete destroy _and_ release the memory immediately. 
>> 'destroy' doesn't.
>
> And that's why delete is valuable (at least on 32-bit windows).
> Especially when you are comparing 500 MB files in a loop. :)

I like and use it also. ;)

> Run GC.collect() After destroy.

collect? Maybe free, but collect seems a bit like to take a 
sledgehammer to crack a nut.


More information about the Digitalmars-d mailing list