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 was archived by the owner on Jun 7, 2022. It is now read-only.
@@ -32,7 +32,7 @@ Blockyarchive/blkar was formerly known as rust-SeqBox/rsbx prior to renaming.
32
32
- This allows data recovery even when data is fragmented and out of order
33
33
- Supports error correction (via Reed-Solomon erasure code) for EC-SeqBox
34
34
- Supports burst (sector) error resistance for EC-SeqBox
35
-
- This is done via an interleaving block arrangement scheme. It is mainly to address the data repair limitation of the simple archive design
35
+
- This is done via an interleaving block arrangement scheme. It is mainly to address the data repair limitation of the simple archive design.
36
36
- More complex archive designs such as PAR2 can repair burst errors without any extra arrangement scheme, but they are also vastly more complex than EC-SeqBox
37
37
- Multithreaded
38
38
- A lot of operations involved in everyday workflow are written to take advantage of multi-core CPU to provide high performance
0 commit comments