Swarm icon indicating copy to clipboard operation
Swarm copied to clipboard

Create "Swarm-ful" collections like Set, List, and Map

Open sanity opened this issue 13 years ago • 2 comments

Scala collections do not use Swarm references internally, which means that they cannot be split across multiple machines.

We need to create "Swarm-ful" versions of these collections that do use Swarm Refs internally.

sanity avatar Jun 09 '11 15:06 sanity

For reference, see section 4.2.

earldouglas avatar Jun 10 '11 04:06 earldouglas

I created the swarm.collection package to hold these.

earldouglas avatar Jun 14 '11 05:06 earldouglas