Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion posts/announcing-hyperdrive-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Here's an example of sparsely downloading images from a large drive:
<video src="/video/van_gogh.mp4" autoplay="" loop="" muted="" playsinline=""></video>
</div>

Under the hood, Hyperdrive is built using two append-only log data structures called [Hypercores](https://github.com/mafintosh/hypercore), one for an efficient metadata index and one for binary file content. You can learn more about Hypercore from the [Hypercore Protocol website](https://hypercore-protocol.org). Hypercore gives us a fast and secure foundation for exchanging ordered blocks of data, but a good filesystem depends a good index.
Under the hood, Hyperdrive is built using two append-only log data structures called [Hypercores](https://github.com/mafintosh/hypercore), one for an efficient metadata index and one for binary file content. You can learn more about Hypercore from the [Hypercore Protocol website](https://hypercore-protocol.org). Hypercore gives us a fast and secure foundation for exchanging ordered blocks of data, but a good filesystem depends on a good index.

<div class="video-container">
<video src="/video/trie.mp4" autoplay="" loop="" muted="" playsinline=""></video>
Expand Down