erasure-coding-durability icon indicating copy to clipboard operation
erasure-coding-durability copied to clipboard

Python code to calculate the durability of data stored with erasure coding, such as Reed-Solomon.

Results 4 erasure-coding-durability issues
Sort by recently updated
recently updated
newest added

there were two example command lines - I modified the example so that it ought to produce the output depicted

While not strictly needed to use this cool program, it would really add some value if the source of the shard failure rate for both the examples of invoking this...

It looks like there is a little extra junk in the Readme: ``` $ python durability.py 4 2 0.10 1python durability.py 17 3 0.00405 6.5 ``` Probably that first invocation...