• papers podcast posts projects
    • 2019年05月03日
    • 12 分
    Bittorrent Is Hard - 1

    Having worked on a bittorrent client in Haskell recently, I wanted to write about a few tricky aspects of the implementation that I encountered: managing the concurrent piece downloads, and saving them to files.

    • Distributed Systems
    • Networking