reworks-org / galaxy

Real-Time C++20 Game/App Engine. Built on data-driven design principles and agile software engineering.
https://reworks-org.github.io/galaxy/
Apache License 2.0
75 stars 9 forks source link

add more multithreading to code #173

Closed reworks-org closed 6 months ago

reworks-org commented 1 year ago

utilize thread_local and optimize usage of std::execution::par to fix perf bottlenecks

reworks-org commented 6 months ago

done