[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#33899] [PATCH 0/5] Distributing substitutes over IPFS
From: |
Alex Griffin |
Subject: |
[bug#33899] [PATCH 0/5] Distributing substitutes over IPFS |
Date: |
Mon, 13 May 2019 14:51:42 -0400 |
User-agent: |
Cyrus-JMAP/3.1.6-453-g9eaa09e-fmstable-20190430v2bis |
Do I understand correctly that the only reason you don't just store nar files
is for deduplication? Reading [this page][1] suggests to me that you might be
overthinking it. IPFS already uses a content-driven chunking algorithm that
might provide good enough deduplication on its own. It also looks like you can
use your own chunker, so a future improvement could be implementing a custom
chunker that makes sure to split nar files at the file boundaries within them.
[1]: https://github.com/ipfs/archives
--
Alex Griffin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#33899] [PATCH 0/5] Distributing substitutes over IPFS,
Alex Griffin <=