Open
Description
% dd if=/dev/random of=abcd10 bs=1 count=10000
10000+0 records in
10000+0 records out
10000 bytes transferred in 0.051649 secs (193615 bytes/sec)
% dd if=/dev/random of=abcd100 bs=1 count=100000
100000+0 records in
100000+0 records out
100000 bytes transferred in 0.423879 secs (235916 bytes/sec)
% dd if=/dev/random of=abcd1000 bs=1 count=1000000
1000000+0 records in
1000000+0 records out
1000000 bytes transferred in 4.197053 secs (238262 bytes/sec)
% time ./base58 -i abcd10 | wc -c
13658
./base58 -i abcd10 0.12s user 0.01s system 93% cpu 0.132 total
% time ./base58 -i abcd100 | wc -c
136567
./base58 -i abcd100 11.44s user 0.17s system 95% cpu 12.184 total
% time ./base58 -i abcd1000 | wc -c
1365659
./base58 -i abcd1000 1298.50s user 20.66s system 93% cpu 23:33.18 total
Metadata
Assignees
Labels
No labels
Activity