top | item 29334062

(no title)

throwaway34241 | 4 years 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.

discuss

order

No comments yet.