-
There is a need to research library for erasure encoding.
Something similar to the Rust one:
https://github.com/paritytech/erasure-coding/blob/main/src/subshard.rs
Ensure the library is aligned with…
-
**Describe the bug**
As a follow up to the discussion https://github.com/seaweedfs/seaweedfs/discussions/6161 i create this issue to track the development of a test harness.
I intend to contribu…
-
should be configurable as to using plain replication and erasure coding to distribute the files over the cluster.
we'll start with plain replication since it's much easier, but long term, it would be…
-
Clearly it's a blocklayer. We need to:
- [ ] Extend the blocklayer interface to include Rebuild() (experiment with the replication blocklayer)
- [ ] Add a block type for blocks that are erasure-encode…
-
-
We've discussed using erasure codes in https://github.com/paritytech/parity-signer/issues/457 and https://github.com/paritytech/parity-signer/issues/320#issuecomment-546734733 probably a rateless code…
-
One of the biggest challenges in p2p networks are large files. One approach could be to use erasure coding instead the usual replication mechanism. Erasure coding allows to reduce the replication rate…
-
A data transfer/recovery solution under emergency situations. Prints out patches of colours on a console supporting ANSI colours. Would be incredibly slow and tedious, however it's still better than n…
-
I thought up a possible architecture for a Reed-Solomon (or other erasure coding algorithm) layer on top of IPFS. My notes are [here](https://github.com/ipfs/notes/issues/196). @hsanjuan informed me t…
-
**Is your feature request related to a problem? Please describe.**
Currently Longhorn resiliency is based on RF (replication factors), this has a downside of for every TB we store, needing X amount o…