Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  SDF generation got slower in obi 5.5 beta
#3
(02-09-2020, 09:55 AM)josemendez Wrote: Hi there,

The old SDF generation code was written in c++ with some assembly, for that reason alone it is much faster. Algorithmically, it's the exact same thing that the version shipped in 5.5 though. So the only difference is the language used to write it.

Having C++ code around severely cripples our ability to support new platforms (which is one of the main reasons behind adding the Burst backend), so we decided to rewrite the SDF generation code in C# to make it platform agnostic. Same for all editor tools that used C++ code at some point. SDF generation is not generally done at runtime outside the editor (not in typical use cases, at least) so we took a temporary performance hit in benefit of wider platform support.

Expect performance to improve in next updates, as we extend Burst to editor tools and offline generation processes too.

Thanks again Jose for your response and great support Sonrisa
Reply


Messages In This Thread
RE: SDF generation got slower in obi 5.5 beta - by TotahAmiti - 06-09-2020, 09:45 PM