Parallel population of an array safely shared across threads.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Avril 7fa9f5cce1
Added iter::FullRefIter for completed Populators. This should maybe (*MUST*, if we allow changing set elements, which we probably won"t) be born from an exclusive reference? But if it"s full then no other reference can modify anything so I"m not sure, it might be safe to create with only a shared reference.
3 years ago
src Added iter::FullRefIter for completed Populators. This should maybe (*MUST*, if we allow changing set elements, which we probably won"t) be born from an exclusive reference? But if it"s full then no other reference can modify anything so I"m not sure, it might be safe to create with only a shared reference. 3 years ago
.gitignore Initial commit 3 years ago
Cargo.toml Initial commit 3 years ago
README.md Initial commit 3 years ago

README.md

Parallel Populate - Populate arrays safely from multiple threads