lasp-lang / partisan

High-performance, high-scalability distributed computing for the BEAM.
https://partisan.dev
Apache License 2.0
914 stars 60 forks source link

Remove identifiers #6

Open cmeiklejohn opened 8 years ago

cmeiklejohn commented 8 years ago

In HyParView, when the shuffle occurs and members of the remote passive view are replaced the nodes that are randomly evicted out of the passive side of the recipient should be returned to the sender for addition into their passive view; right now, selection of nodes on the recipient side for transmission to the sender are completely random.

aramallo commented 9 months ago

Related to https://github.com/lasp-lang/partisan/issues/255