heyx3 / Bplus.jl

A modern OpenGL 4.6 rendering framework, written in Julia.
Other
69 stars 3 forks source link

Reduce garbage/improve efficiency in ECS logic #117

Open heyx3 opened 7 months ago

heyx3 commented 7 months ago

The World struct's component_lookup might see a performance improvement by making each specific set contain a specific type of component.