Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

blockset.go: add BlockReconstructor interface for erasure-encoding #227

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xiang90
Copy link
Contributor

@xiang90 xiang90 commented Jun 5, 2016

For #165 part 1.

I use Reconstruct instead of Rebuild since people usually Reconstruct in reed-solomon world.

@barakmich I am not sure if we should add this into the existing BlockSet interface. Most of the blockset implementation (as least for today) should not implement Reconstruct.

@xiang90
Copy link
Contributor Author

xiang90 commented Jun 5, 2016

@barakmich

Also for replication, shall we have a separate replication blockset implementation? Or shall we extend the existing one? They can share part of the code though. But I prefer a separate implementation to start with.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant