Skip to content

Commit 999d34b

Browse files
committed
Added ZDAG idea to RFC
1 parent a65bf30 commit 999d34b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

beyond-bitswap/rfc/rfcBBL203A.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ Some of the compression approaches to be explored in this RFC are:
4040

4141
- [ ] Evaluate other compression algorithms (Brotli and gzip are the best alternative, but in case we want to test with other algorithms):
4242

43-
- [ ] [Bzip2 compression](https://golang.org/pkg/compress/bzip2/)
43+
- [ ] [ZDAG](https://github.com/mikeal/zdag) Blocks
44+
45+
- [ ] [Bzip2 compression](https://golang.org/pkg/compress/bzip2/)
4446

4547
- [ ] [XZ compression](https://github.com/ulikunitz/xzhttps://github.com/ulikunitz/xz)
4648

@@ -82,6 +84,6 @@ This RFC takes inspiration from:
8284
## Results
8385

8486
## Future Work
85-
- If the use of exchange request and the negotiation phase for content transmission (RFC | BB | L1/2-01), it makes sense that once identified a specific peer (or a group of them) as the ones storing a large number of the desired blocks, to request more advanced compression and network coding techniques for their transmission.
87+
- If the use of exchange requests and the negotiation phase for content transmission (RFC | BB | L1/2-01) is implemented, it makes sense that once identified a specific peer (or a group of them) as the ones storing a large number of the desired blocks, to request more advanced compression and network coding techniques for their transmission.
8688

8789
- Detect the type of data being exchanged in blocks and apply the most suitable compression for the data type, such as [image-specific compression ](https://developers.google.com/speed/webp/docs/compression)if images are being exchanged (for this approach, a node will need to have all the blocks for the data).

0 commit comments

Comments
 (0)