Hacker News new | ask | show | jobs
by dirtydroog 2207 days ago
shared_ptr all the things? If so, they may as well write in Java.
1 comments

Even ignoring the shared_ptr abuse, at least for allocating and freeing many small objects Java would most probably be (a lot?) faster than non-optimized allocations and frees in native binaries. But in my case it was legacy code running on an embedded device.