On Thursday, 14 January 2021 at 14:28:43 UTC, Виталий Фадеев wrote:
On Wednesday, 13 January 2021 at 18:58:56 UTC, Marcone wrote:
I've always heard programmers complain about Garbage Collector GC. But I never understood why they complain. What's bad about GC?

How write quickly without GC ?

In DMD style: never release memory!

This is not an option for long-running programs though, nor for anything that otherwise uses significant amounts of memory.

Better to just use the GC if unsure.
            • ... Guillaume Piolat via Digitalmars-d-learn
              • ... Ola Fosheim Grøstad via Digitalmars-d-learn
              • ... Guillaume Piolat via Digitalmars-d-learn
              • ... Ola Fosheim Grøstad via Digitalmars-d-learn
              • ... Guillaume Piolat via Digitalmars-d-learn
              • ... Ola Fosheim Grøstad via Digitalmars-d-learn
              • ... Guillaume Piolat via Digitalmars-d-learn
              • ... Ola Fosheim Grøstad via Digitalmars-d-learn
        • Re: Why m... Ola Fosheim Grøstad via Digitalmars-d-learn
  • Re: Why many programme... Виталий Фадеев via Digitalmars-d-learn
    • Re: Why many prog... Dukc via Digitalmars-d-learn
  • Re: Why many programme... welkam via Digitalmars-d-learn

Reply via email to