PicoES v1.0.0
After many design iterations, PicoES 1.0.0 is finally here!
- Further performance optimizations
- Improved performance of Entity methods
remove
anddestroy
- 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.
- Improved performance of Entity methods
- Removed
components
getter from Entity (for getting list of current component keys) - Updated documentation and README
- Continued 100% test code coverage