Svelto ECS 3.0 Internals: profiling the Entity Collection

Previously, in Svelto.ECS, it was possible to query entity components directly as a managed array, which would have resulted in the fastest way to iterate over the components in c#. Since Svelto.ECS 3.0 and because now the framework supports natively native memory as well, I decided to remove this possibility … Continue reading Svelto ECS 3.0 Internals: profiling the Entity CollectionRead More →