njelly/TofuECS

Add Tests for EntityComponentListBuffer vs. EntityComponentArrayBuffer

Opened this issue · 0 comments

A recent refactor now allows for expandable buffers (via UnsafeCollections' UnsafeList) . The default is now to use EntityComponentListBuffer, and while I've tested locally and all the same tests pass, it would be a good idea to create a formal test for all implementations of the – now abstract – EntityComponentBuffer class.