]> Sergey Matveev's repositories - btrtrc.git/blobdiff - cmd/btrtrc/README
Linear IO and cached FDs
[btrtrc.git] / cmd / btrtrc / README
index 89c20ad828bbacaac86482bd20ddcdbb1927a2b0..d485409d57c57f3471c8911698d24dbd02ab5c8e 100644 (file)
@@ -6,6 +6,9 @@ cmd/torrent it has much less configuration options, mainly hardcoding
 the most of them. Also it lacks various features like ability to select
 the file to delete. But what advantages does it have?
 
+* Optimized file-based storage:
+  * linearized I/O operations prevent creation of huge quantity of threads
+  * cached file descriptors save a lot of syscalls
 * Ability to specify both IPv4 and IPv6 addresses to announce
 * Ability to specify DHT bootstrap nodes
 * Dynamic addition and removing of the torrents