about summary refs log tree commit homepage
path: root/Documentation/technical/memory.txt
DateCommit message (Collapse)
2023-08-28Fix some typos/grammar/errors in docs and comments
2023-03-10doc: technical/memory: add note about mwrap-perl
It's already fixed memory usage problems not only in our codebase, but also the standard `Encode' XS module and `git pack-objects'.
2022-07-01tree-wide: Fix typo likelyhood
This was pointed out by the Debian package linter "lintian".
2020-04-19doc: start writeup on semi-automatic memory management
I don't consider Perl's memory management "automatic". Instead, having an extra bit of control as a hacker is nice and there's no need to burden ordinary users with GC tuning knobs.