This commit is contained in:
profan 2026-06-07 18:38:30 +01:00
parent 2c2ccb605c
commit a00b256e88
1 changed files with 2 additions and 1 deletions

View File

@ -6,9 +6,10 @@ It doesn't perform any sophisticated interval-arithmetic based optimizations (..
This program is also an interactive visualizer of the rendering process, allowing you to see exactly how it's writing the image data out, and toggle vectorization, parallel execution, compilation on/off and observe the effects on runtime. This program is also an interactive visualizer of the rendering process, allowing you to see exactly how it's writing the image data out, and toggle vectorization, parallel execution, compilation on/off and observe the effects on runtime.
# (Crude) Benchmark Results
On my own machine (CPU: Ryzen 7 4800HS), the results tabulate roughly as follows. On my own machine (CPU: Ryzen 7 4800HS), the results tabulate roughly as follows.
# (Crude) Benchmark Results
| Compilation | Parallelism | Vectorization | Evaluation Time | Compilation Time | | Compilation | Parallelism | Vectorization | Evaluation Time | Compilation Time |
|-------------|-------------|---------------|-----------------|------------------| |-------------|-------------|---------------|-----------------|------------------|
| enabled | enabled | enabled | 0.2s | 0.2s | | enabled | enabled | enabled | 0.2s | 0.2s |