]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Add NOTES
authorMatt Joiner <anacrolix@gmail.com>
Mon, 20 Sep 2021 02:31:44 +0000 (12:31 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 20 Sep 2021 02:31:44 +0000 (12:31 +1000)
NOTES.md [new file with mode: 0644]

diff --git a/NOTES.md b/NOTES.md
new file mode 100644 (file)
index 0000000..37afb8c
--- /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.