|
|
|
|
|
by derefr
4784 days ago
|
|
> garbage collected languages just don't work. You can't have the system stall for seconds or even tens of seconds unless it's purely a batch workload. What about languages like Erlang and Rust where each actor/object/process has its own heap, GCed individually? |
|
Rust should work. It's the right approach I think. I haven't used it yet, but I really hope it gains popularity and becomes a real alternative to C++.