File: chunks.rst

package info (click to toggle)
contourpy 1.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,688 kB
  • sloc: python: 7,998; cpp: 6,241; makefile: 13
file content (35 lines) | stat: -rw-r--r-- 1,024 bytes parent folder | download | duplicates (2)
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``.