|
|
|
|
|
by swartkrans
4244 days ago
|
|
> Time has proven again and again that humans are really bad at memory management Well until AI write garbage collectors I'm not sure I see how your comment doesn't also apply to them. And lots of great software manages memory quite fine, like that browser you used to write your comment and the operating system it runs on, so not sure the use of "proven" is appropriate in your comment. |
|
https://developer.mozilla.org/en-US/docs/Mozilla/Performance
And are making Servo in Rust, which uses compiler dataflows form memory management.
Apple has added ARC to Objective-C and Swift.
Microsoft uses GC in .NET, ARC in C++/CX.
Modern C++ favors RC.
They all seem to think manual memory management is to be avoided.