Skip to content

Conversation

petrosagg
Copy link
Contributor

The main contribution of this PR is the AbomArc type which behaves like an Arc<T> but it's safe to be Abomonated. This allows one to arrange a collection and get back batches that are Send, Clone, and Abomonation which allow them to be sent to other workers locally or over the network.

I have provided an example that tries to use this mechanism to implement a cross-join by partitioning the arrangement among workers and then broadcast the new batches for joining. That implementation is currently incorrect because I ran out of steam, but it is enough to demonstrate how a Batch can be broadcasted to all workers and then combined with the worker-local arrangement state.

@petrosagg petrosagg force-pushed the cross-join-broadcast branch from 91f0270 to 9ba2363 Compare March 11, 2022 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant