bitECS icon indicating copy to clipboard operation
bitECS copied to clipboard

memoize queries per world

Open NateTheGreatt opened this issue 3 years ago • 0 comments

currently defining a query with the same components as a previously defined query will create an entirely new query instead of reusing the previously defined query. should instead reuse the previously defined query

NateTheGreatt avatar Mar 14 '22 22:03 NateTheGreatt