README
simple-ecs
Why I use closure instead of prototypes
Define: https://jsperf.com/testing-proto-vs-closure
Create: https://jsperf.com/testing-proto-vs-closure-creation
Use method: https://jsperf.com/testing-proto-vs-closure-access
# Why I use closure instead of prototypes Define: https://jsperf.com/testing-proto-vs-closure
<script type="module">
import apeyrinSimpleEcs from 'https://cdn.skypack.dev/@apeyrin/simple-ecs';
</script>
Define: https://jsperf.com/testing-proto-vs-closure
Create: https://jsperf.com/testing-proto-vs-closure-creation
Use method: https://jsperf.com/testing-proto-vs-closure-access