Skip to content

Conversation

@fernandojsg
Copy link

I was always surprised by how slow entity and component creation was in ECSY. It was never designed to be fast, but I also didn’t expect it to be that slow :)

Today, I noticed a bug in the build where a Proxy was being wrapped around all components, something that was only supposed to happen in the dev environment. I removed that, and the creation performance has improved. Still far from perfect, but definitely not terrible anymore :D

Suite Add/Remove (5000 iterations)
  - ecsy           964ms   4821697ms    25010000 updates   10459.2% slower
  - ecsy            80ms    401302ms    25010000 updates     750.8% slower

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant