Skip to main content

2 docs tagged with "storage"

View all tags

Build Your Own Bitcask

This challenge is to build your own Bitcask. Bitcask is a log-structured hash table for fast key/value data storage and retrieval. Bitcask is the default storage backed for the Riak key-value store.

Build Your Own BitTorrent Client

This challenge is to build your own BitTorrent client. A BitTorrent client is an application that enables you to download and share files using the BitTorrent protocol.