1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Calculation with chunks
-----------------------
This page shows the performance of the :ref:`serial` algorithm as the ``total_chunk_count`` is
increased from 1 to 120.
.. image:: ../_static/chunk_lines_simple_light.svg
:class: only-light
.. image:: ../_static/chunk_lines_simple_dark.svg
:class: only-dark
.. image:: ../_static/chunk_filled_simple_light.svg
:class: only-light
.. image:: ../_static/chunk_filled_simple_dark.svg
:class: only-dark
The performance of the ``simple`` dataset varies by only a small amount (4%) for a
``total_chunk_count`` of up to 120.
.. image:: ../_static/chunk_lines_random_light.svg
:class: only-light
.. image:: ../_static/chunk_lines_random_dark.svg
:class: only-dark
.. image:: ../_static/chunk_filled_random_light.svg
:class: only-light
.. image:: ../_static/chunk_filled_random_dark.svg
:class: only-dark
For the ``random`` dataset the variations are greater at up to 14% and are usually, but not always,
slower for increasing ``total_chunk_count``.
|