Skip to content

Reduce communication for DistArray.__getitem__ and __setitem__ #339

@kwmsmith

Description

@kwmsmith

A single call to DistArray.__getitem__ and __setitem__ does 3 (!) roundtrips between the client and engines. There should be just one roundtrip. I'd also like to remove the ._execute() calls, to be replaced with a call to apply_sync() (or apply_async()).

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions