|
|
|
|
|
by twic
2744 days ago
|
|
C and C++ (and Rust!) can put objects on the stack, so you have a lot more leeway to write normal idiomatic code without hitting the allocator. When Java gets value objects, this sort of work will begin to get a lot easier in Java as well, but there will be a lot of catching-up to do. |
|