You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.
Chunker is a complex and inefficient code, which is really hard to maintain and optimize. We encountered several times that if a problem is in the chunker we need a lot of time to fix it.
Moreover, for future features (e.g. erasure coding, progress bar), we need to improve the chunker code, so we have to prepare for this.
part of storage refactor part II: #1039
Chunker is a complex and inefficient code, which is really hard to maintain and optimize. We encountered several times that if a problem is in the chunker we need a lot of time to fix it.
Moreover, for future features (e.g. erasure coding, progress bar), we need to improve the chunker code, so we have to prepare for this.
Some details on what to fix:
The text was updated successfully, but these errors were encountered: