]> code.bitgloo.com Git - clyne/entityx.git/commit
Big performance improvement in iteration.
authorAlec Thomas <alec@swapoff.org>
Fri, 10 Oct 2014 04:58:53 +0000 (15:58 +1100)
committerAlec Thomas <alec@swapoff.org>
Fri, 10 Oct 2014 04:58:53 +0000 (15:58 +1100)
commit8d90bac7ce17c6833ce3ee7a7dc52b521cb1973d
tree9a95f964d66037b30888396fe329ddc87264ea57
parent1e65256445d2088145d4f5fa1b418c6529abfb3c
Big performance improvement in iteration.

No longer perform a vtable lookup and function call to unpack
components. Unpacking is now completely templatised and expanded at
compile time.
entityx/Entity.h
entityx/Entity_test.cc
examples/example.cc