Skip to main content

Module write

Module write 

Source
Expand description

Write-path coordinator for distributed array operations.

Provides coord_put, coord_put_partitioned, and coord_delete — functions that partition a flat cell/coord list by Hilbert tile and fan writes to the owning vShards.

Structs§

ArrayWriteCoordParams
Parameters for write-path coordinator entry points (partitioned fan-out).

Functions§

coord_delete
Partition a flat coord list by Hilbert tile and fan delete requests to owning shards.
coord_put
Partition a flat cell list by Hilbert tile and fan out to owning shards.
coord_put_partitioned
Forward pre-partitioned cell writes to the owning shards.