Ah, ha, I imagine that a typical Java program is creating and disposing of millions of objects all the time. Each of which requires a memory allocation and deallocation. It makes sense then that the small cache size of the Pi would have a significant impact on performance. Not to mention. all that JIT'ing that is going on.
I guess if one can stick to using primitive types, like int and float, and recycle vectors and such then some gains can be expected.
I guess if one can stick to using primitive types, like int and float, and recycle vectors and such then some gains can be expected.
Statistics: Posted by Heater — Wed Dec 20, 2023 8:09 am