We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1c28a commit aecc1eeCopy full SHA for aecc1ee
storage-proofs-porep/src/stacked/vanilla/create_label/multi.rs
@@ -239,7 +239,8 @@ fn create_layer_labels(
239
// Next node to be filled
240
let cur_awaiting = AtomicU64::new(1);
241
242
- // These UnsafeSlices are managed through the 3 Atomics above, to minimize any locking overhead.
+ // These UnsafeSlices are managed through the 2 Atomics above and the `CacheReader`, to
243
+ // minimize any locking overhead.
244
let layer_labels = UnsafeSlice::from_slice(
245
layer_labels
246
.as_mut_slice_of::<u32>()
0 commit comments