Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fritzy/ape-ecs
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzy committed Nov 1, 2020
2 parents ffa8e9d + 80c8b02 commit d719d83
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## 1.1.0 November 1, 2020

Performance improvements through id generation. Thanks Martin Emmert!
Entity/Component creation benchmarks have improved by 40%+!
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.

* [x] Swap to UUIDv4 for performance improvements [martinemmert](https://github.com/martinemmert)
* [x] Fix of webbenchmark [martinemmert](https://github.com/martinemmert)
* Swap to UUIDv4 for performance improvements \([martinemmert](https://github.com/martinemmert)\]
* Fix of webbenchmark \[[martinemmert](https://github.com/martinemmert)\]
* Web Benchmark is now apples-to-apples comparison, reflected in Overview.md \[[fritzy](https://github.com/fritzy)\]

0 comments on commit d719d83

Please sign in to comment.