5 ms·
shared_ptr all the things? If so, they may as well write in Java.
by dirtydroog 6y ago
shared_ptr all the things? If so, they may as well write in Java.
- ablu 6y agoEven 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.