Skip to content

PicoES v1.0.0

Compare
Choose a tag to compare
@ayebear ayebear released this 12 Apr 06:26
· 38 commits to master since this release

After many design iterations, PicoES 1.0.0 is finally here!

  • Further performance optimizations
    • Improved performance of Entity methods remove and destroy
    • Improved performance of internal index management, which affects many operations
    • Improved performance of each query performance by sorting component names based on index size, to help reduce the average time of short-circuiting if an entity has all the components in the query.
  • Removed components getter from Entity (for getting list of current component keys)
  • Updated documentation and README
  • Continued 100% test code coverage