noctjs / ecs-benchmark

ECS benchmark comparison
MIT License
111 stars 23 forks source link

Add benchmark for WolfECS #37

Closed EnderShadow8 closed 3 years ago

EnderShadow8 commented 3 years ago

I'm more than a little biased here, since I created WolfECS. According to my tests, WolfECS is about 5-10% faster than BitECS at iteration and fairly decent at entity and component addition and removal. If you're ok with this then I'll send in a PR.

https://github.com/EnderShadow8/wolf-ecs

I've already written benchmark scripts here: https://github.com/EnderShadow8/ecs-benchmark

Thanks in advance