Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ECS / Jobs / using the Burst Compiler planned ?
#6
Hi,

We've been testing ECS more thoroughly, to determine if it would be beneficial to port Obi.

Unfortunately the results have been quite underwhelming up to now. On very simple tests (multiple chains and grids of distance constraints), ECS performance is invariably around 50%-70% of our current C++ implementation. Not quite sure why that would be, but my best guess is that hand-optimized SIMD is the culprit. Everything else in ECS conceptually seems to mirror Obi's underlying framework.

Will investigate further though, as I believe ECS has great potential and would open up Obi to a lot of new platforms.
Reply


Messages In This Thread
RE: ECS / Jobs / using the Burst Compiler planned ? - by josemendez - 09-01-2019, 01:05 PM