|
|
|
|
|
by seangrogg
2973 days ago
|
|
Problem: We're running into an issue with the garbage collector which, given the nature of the task, is not actually adding any value. Potential solution 1: Replace with code that doesn't have garbage collector overhead in the first place Potential solution 2: Replace with code that has different, robust garbage collector I get where you're coming from, but even I would be inclined to choose solution 1 in this case. That they chose Rust instead of C++ is their own business, but that they chose either of those over Java just seems sensible to me. |
|