From a8c7516246aea3f133d5e351ee6894918d5e2602 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Mon, 20 Sep 2021 12:31:44 +1000 Subject: [PATCH] Add NOTES --- NOTES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 NOTES.md diff --git a/NOTES.md b/NOTES.md new file mode 100644 index 00000000..37afb8c5 --- /dev/null +++ b/NOTES.md @@ -0,0 +1,13 @@ +### Literature + +* [arvid on writing a fast piece picker](https://blog.libtorrent.org/2011/11/writing-a-fast-piece-picker/) + + Uses C++ for examples. + +* [On Piece Selection for Streaming BitTorrent](https://www.diva-portal.org/smash/get/diva2:835742/FULLTEXT01.pdf) + + Some simulations by some Swedes on piece selection. + +* [A South American paper on peer-selection strategies for uploading](https://arxiv.org/pdf/1402.2187.pdf) + + Has some useful overviews of piece-selection.