noctjs / ecs-benchmark

ECS benchmark comparison
MIT License
110 stars 23 forks source link

Add @javelin/ecs (v0.21.0) #33

Closed 3mcd closed 3 years ago

3mcd commented 3 years ago

Yet another ECS library :). Implementing these cases helped me identify some performance issues in Javelin, so thanks a ton for this.

ooflorent commented 3 years ago

Thank you for your contribution! I completely missed the notification… I'll have a deeper look at the change in the upcoming days but it seems good.

ooflorent commented 3 years ago

Here are the results for Javelin on node 15.12 (2.6 GHz 6-Core Intel Core i7):

javelin-ecs
  packed_1        78,667 op/s
  packed_5        55,237 op/s
  simple_iter     41,673 op/s
  frag_iter       124,992 op/s
  entity_cycle    330 op/s
  add_remove      3,441 op/s

Javelin is definitively one of the fastest ECS!