Skip to content

v1.1.0

Compare
Choose a tag to compare
@fritzy fritzy released this 01 Nov 21:47
· 22 commits to master since this release

v1.1.0 November 1, 2020

Performance improvements through id generation. Thanks Martin Emmert!
Entity/Component creation benchmarks have improved by 40%+!
Build sizes are also significantly smaller due to no longer using the node.js crypto library.

  • Swap to UUIDv4 for performance improvements (martinemmert]
  • Fix of webbenchmark [martinemmert]
  • Web Benchmark is now apples-to-apples comparison, reflected in Overview.md [fritzy]