File: internals.rst

package info (click to toggle)
dask 2024.12.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 20,024 kB
  • sloc: python: 105,182; javascript: 1,917; makefile: 159; sh: 88
file content (16 lines) | stat: -rw-r--r-- 341 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Dask Internals
==============

This section is intended for contributors and power users who are interested in
learning more about how Dask works internally.

.. toctree::
   :maxdepth: 1

   user-interfaces.rst
   understanding-performance.rst
   phases-of-computation.rst
   order.rst
   caching.rst
   shared.rst
   scheduling-policy.rst