-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speed-up Rendering #270
Comments
With Couture 32-bit as of v8.0.2: (EDIT: it shouldn't draw in PBR layer, what is happening?)
|
Threaded, baseline:
Non-threaded, thread-pool modified:
|
Based on Dplug v8.0.5: Graillon bench in steady state:
Panagement steady state (only goniometer updates):
All pretty reasonable compared to Couture |
Testing with thread pools of 2, 3 and 4 threads:
|
PBR compositor max patch size extended to 128x128. Often this make only one tile hence not launching threads. Adopted 2 threads too. |
Future improvements to be found:
|
The text was updated successfully, but these errors were encountered: