|
|
|
|
|
by macgyverismo
2233 days ago
|
|
Having read through the README, I'm not quite sure what makes this perform better than other systems.
I can see that it will perform excellent when iterating over a single type as all entries for this type are next to each other. However, for each meaningfull operation you are likely to combine at least two different types, which means data will have to be read from different locations, defeating the purpose. You could put more data in a single type (for the example from README, you would put velocity and position in a single type) but than you are back to hand-tuning your data types as you would in any other system.
It still looks like an interesting library, but if there are any inherent performance benefits I am failing to see, I would love to hear about them. |
|
Feel free to ask if I triggered you and you want more details. ;) Reach me out here, on gitter, discord, by mail, whatever...