多任务并行编程与任务调度 Dask

码农软件 · 软件分类 · 并发/并行处理框架 · 2019-09-02 14:43:09

软件介绍

Dask 是一个用于分析计算的灵活的并行计算库。

Dask 由两个组件组成:

  • 动态任务调度优化计算。 这类似于 Airflow、Luigi、Celery 或 Make,但是针对交互式计算工作负载进行了优化。

  • “大数据”集合,如并行数组,数据框架和列表,将常见接口(如 NumPy、Pandas 或 Python 迭代器)扩展到 larger-than-memory 或分布式环境。 这些并行集合在动态任务调度程序之上运行。


本文地址:https://codercto.com/soft/d/13719.html

The Apache Modules Book

The Apache Modules Book

Nick Kew / Prentice Hall PTR / 2007-02-05 / USD 54.99

"Do you learn best by example and experimentation? This book is ideal. Have your favorite editor and compiler ready-you'll encounter example code you'll want to try right away. You've picked the right......一起来看看 《The Apache Modules Book》 这本书的介绍吧!

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具