fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
11 lines
557 B
Text
11 lines
557 B
Text
Dask is a flexible library for parallel computing in Python.
|
|
|
|
Dask is composed of two parts:
|
|
- Dynamic task scheduling optimized for computation. This is similar to Airflow,
|
|
Luigi, Celery, or Make, but optimized for interactive computational workloads.
|
|
- "Big Data" collections like parallel arrays, dataframes, and lists that extend
|
|
common interfaces like NumPy, Pandas, or Python iterators to
|
|
larger-than-memory or distributed environments. These parallel collections run
|
|
on top of dynamic task schedulers.
|
|
|
|
See also: https://github.com/dask/dask
|