|
|
|
|
|
by sesm
218 days ago
|
|
IDK about Fil-C, but in Java garbage collector actually speeds up memory management compared to C++ if you measure the throughput. The cost of this is increased worst-case latency. A CLI tool (which most POSIX tools are) would pick throughput over latency any time. |
|
Basically java gc is a solution to a problem that shouldn't exist.