Skip to content

Commit 2173886

Browse files
committed
Docs for EPOCH_LENGTH
1 parent 57b5fc8 commit 2173886

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const DATASET_PARENTS: usize = 256;
2828
const CACHE_ROUNDS: usize = 3;
2929
const ACCESSES: usize = 64;
3030

31+
/// Epoch length where cache and dataset is unchanged.
3132
pub const EPOCH_LENGTH: usize = 30000;
3233

3334
/// Get the cache size required given the block number.

0 commit comments

Comments
 (0)