tahoe-lafs / zfec

zfec -- an efficient, portable erasure coding tool
Other
373 stars 44 forks source link

Basic benchmarking works now #104

Closed itamarst closed 8 months ago

itamarst commented 8 months ago

Fixes #81

$ python bench/bench_zfec.py 
measuring encoding of data with K=3, M=10, encoding 1000000 bytes 1000 times in a row...
Average MB/s: 361.6112747502577
itamarst commented 8 months ago

Maybe I'll add decoding too to this PR, presumably decoding happens more often than encoding.

itamarst commented 8 months ago

Decoding is actually very fast!

itamarst commented 8 months ago

Addressed, but I can't merge since I don't have write access to this repo.