DCS 2.8 Multithreading | SATAL 2023
Author: OBWKB,
published 2 years ago,
[h2][b]Multithreading[/b][/h2]
[h3]Development Report[/h3]
[img]https://clan.cloudflare.steamstatic.com/images//4471395/e74e59cd38a06c27ad903c5c38618d47d36f68a6.png[/img]
To date, DCS has performed most of the computational workload on a single thread (some audio components were moved to a separate thread). This was not a problem in most cases because the Graphics Processor Unit (GPU) did most of the work, and FPS was mostly limited by the performance of the GPU.
As DCS evolved, GPUs have become much more powerful whilst the performance of a single CPU core remained practically unchanged. Instead, CPU manufacturers increased the number of cores rather than the clock speed of individual cores. As a consequence, DCS performance has become CPU-limited. In parallel, DCS World has become much more complex with increased reliance on CPU calculations that has exacerbated the problem.
To improve efficiency of CPU resources usage, we have reworked the core of our engine. First, at the architectural level, it has been divided into two main threads: graphical and logical. This opens up new possibilities for further thread parallelization of calculations in both the logical and graphical parts of the engine independently.
Second, to meet the requirements of scalable multithreading, and the needs of modern graphics APIs, the graphical engine part has been significantly enhanced. In addition, many subsystems have been updated, or written from scratch.
Internal testing has begun, and we plan to release the updated DCS graphic engine (EDGE) next year. The initial release of Multithreading support will contain a fully reworked engine including preparation of the graphical frame and the separation of the graphical and logical parts onto two independent threads.
It should also be noted that the most significant performance improvements will be regarding larger missions. This will be a welcomed change, especially in multiplayer where unit numbers are typically far higher. VR performance will also see a significant performance improvement in large missions.
Stay tuned for upcoming releases.
[h2]SATAL 2023[/h2]
[h3]Sign-up now[/h3]
[img]https://clan.cloudflare.steamstatic.com/images//4471395/c604991cd911eef322fcf63aee4e9c506d986c3a.png[/img]
[b]DCS Events SATAL23 Survivor Series.[/b]
Embark on a 4-month league with 4 stages and 3 matches per team, per stage. Each stage brings a new level of difficulty and includes mountain terrain, night flying, weapon restrictions, a shrinking combat zone, and much more.
The match format means that complete matches will last less than one hour. All matches will take place in the Caucasus map. Stage 1 is set to commence mid- to late-January 2023.
At the end of the 4 stages, the top 16 teams will move into the Championship Elimination. This final stage will determine the winners of the DCS PvP Competitive Community.
The closing date for SATAL23 4v4 registrations is the 14th of December 2022 at 23:59 GMT.
Read the [url=https://forum.dcs.world/topic/310311-satal23-survivor-series-by-dcsworldevents/]SATAL23 Survivor Series[/url] announcement and make sure to join the community on the official [url=https://discord.gg/uSF3EfTdPx]DCS Events Discord[/url].
Thank you again for your passion and support,
Yours sincerely,
[b]Eagle Dynamics[/b]