Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Commit 345e9c2

Browse files
authored
Merge pull request #239 from darrenldl/dev
Updated demo recording in README, typo fix in CHANGELOG
2 parents a1a2bfc + 8079571 commit 345e9c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- A simple way to reproduce the issue is as follows
1111
- ```
1212
$ touch dummy
13-
$ truncate s- 4961
13+
$ truncate -s 4961
1414
$ blkar encode dummy
1515
$ blkar check --hash dummy.ecsbx
1616
```

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Blockyarchive/blkar (pronounced "bloc-kar") is a multithreaded archiver written
1212

1313
### Demo
1414

15-
[![asciicast](https://asciinema.org/a/240491.svg)](https://asciinema.org/a/240491)
15+
[![asciicast](https://asciinema.org/a/256057.svg)](https://asciinema.org/a/256057)
1616

1717
### How does it work?
1818

@@ -32,7 +32,7 @@ Blockyarchive/blkar was formerly known as rust-SeqBox/rsbx prior to renaming.
3232
- This allows data recovery even when data is fragmented and out of order
3333
- Supports error correction (via Reed-Solomon erasure code) for EC-SeqBox
3434
- 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.
3636
- 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
3737
- Multithreaded
3838
- A lot of operations involved in everyday workflow are written to take advantage of multi-core CPU to provide high performance

0 commit comments

Comments
 (0)