Itamar Turner-Trauring

Results 335 issues of Itamar Turner-Trauring

May as well demonstrate coverage.

enhancement

This case can result in non-thread-safe calls if users of Crochet aren't aware of it.

enhancement

Plus other tweaks. Fixes #7.

Before graph is run, optimizer may connect tasks. Profiling is per optimized task.

If you want 8 worker processes: ```python from dask.distributed import Client, LocalCluster cluster = LocalCluster(n_workers=8, threads_per_worker=1, memory_limit=None) Client(cluster) ```