5 ms·
For memory layout C# actually has an important difference in that it supports value types (so you can have an array of vertices without individually allocating
by throwaway34241 5y ago
For memory layout C# actually has an important difference in that it supports value types (so you can have an array of vertices without individually allocating each one, which has a lot of overhead and drastically reduces cache efficiency). They’ve been working on adding support for that to Java for some time but it’s not in yet.