$ target/release/shuf -i 1-100000000000 -n 256
memory allocation of 799999998208 bytes failed
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Maybe, we should optimize
|
const MAX_CAPACITY: usize = 128; // todo: optimize this |
for -n .