]> git.phdru.name Git - bookmarks_db.git/commitdiff
Update docs
authorOleg Broytman <phd@phdru.name>
Wed, 4 Sep 2024 18:03:31 +0000 (21:03 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 7 Sep 2024 10:59:02 +0000 (13:59 +0300)
doc/ANNOUNCE
doc/ChangeLog

index 70e068904e8a541a7dce356f0c0dba7c5a1a54c6..000bd950b3c38a7b3bbf81fa5324c6cd21f92f89 100644 (file)
@@ -11,7 +11,7 @@ Version 6.0.0 (2024-08-19)
 
    Robot based on aiohttp, processes multiple URLs in parallel.
 
-   Default list of robots is now multiaio,multirequests,curl.
+   Default list of robots is now multirequests,multiaio,curl.
 
    Make all robots async.
    Split check_bookmark() into sync and async variants.
index 2de43c62e1bd2b357b229074fb1786a55109a815..d7832a77409fccc21f7ddb290adaaf5c5bc5fb9c 100644 (file)
@@ -2,7 +2,10 @@ Version 6.0.0 (2024-08-19)
 
    Robot based on aiohttp, processes multiple URLs in parallel.
 
-   Default list of robots is now multiaio,multirequests,curl.
+   Default list of robots is now multirequests,multiaio,curl.
+   multirequests is the fastest because it parses fetched HTMLs
+   in parallel.
+   multiaio fetches URLs in parallel but parses them sequentially.
 
    Make all robots async.
    Split check_bookmark() into sync and async variants.