Skip to content

Commit

Permalink
str: Tweak README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patniemeyer committed Nov 17, 2023
1 parent b581b6e commit 804624f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions str-twincoding/README-in.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This repository contains work in progress on the file encoding CLI and server fr

![monitor](docs/monitor.png "Monitor")

A key aspect of the Orchid Storage project is the development of an efficient encoding scheme that minimizes
A key aspect of the Orchid Storage project is the use of an efficient encoding scheme that minimizes
bandwidth costs incurred during migration of distributed data through providers over time.

**Twin Coding** is a hybrid encoding scheme that works with any two linear coding schemes and combines
Expand All @@ -22,7 +22,7 @@ the size of the lost data shard, with no additional transfer overhead.


This repository contains an implementation of Twin Coding, as well as a command line API for encoding
files, decoding files with erasures, and optimally recovering lost shards. There is also a
files, decoding files with erasures, and optimally recovering lost shards.

See [`twin_coding.py`](encoding/twin_coding.py) for an explanation of the algorithm, example code, and a link to the original paper.

Expand Down
4 changes: 2 additions & 2 deletions str-twincoding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This repository contains work in progress on the file encoding CLI and server fr

![monitor](docs/monitor.png "Monitor")

A key aspect of the Orchid Storage project is the development of an efficient encoding scheme that minimizes
A key aspect of the Orchid Storage project is the use of an efficient encoding scheme that minimizes
bandwidth costs incurred during migration of distributed data through providers over time.

**Twin Coding** is a hybrid encoding scheme that works with any two linear coding schemes and combines
Expand All @@ -22,7 +22,7 @@ the size of the lost data shard, with no additional transfer overhead.


This repository contains an implementation of Twin Coding, as well as a command line API for encoding
files, decoding files with erasures, and optimally recovering lost shards. There is also a
files, decoding files with erasures, and optimally recovering lost shards.

See [`twin_coding.py`](encoding/twin_coding.py) for an explanation of the algorithm, example code, and a link to the original paper.

Expand Down

0 comments on commit 804624f

Please sign in to comment.