junkdog / entity-system-benchmarks

microbenchmarks comparing ECS (entity component system) frameworks for java
Apache License 2.0
35 stars 8 forks source link

benchmark performance degradation stemming from virtualized call sites #6

Closed junkdog closed 9 years ago

junkdog commented 10 years ago

Benchmarks don't mirror performance during "normal" usage as some frequently occurring call sites which are mono- and bimorphic would devolve into megamorphic if processed alongside more systems.