From: Oleg Broytman Date: Wed, 4 Sep 2024 18:03:31 +0000 (+0300) Subject: Update docs X-Git-Tag: 6.1.0~6 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=d347466ae01df9d76da61be9030e18415d3f910d;p=bookmarks_db.git Update docs --- diff --git a/doc/ANNOUNCE b/doc/ANNOUNCE index 70e0689..000bd95 100644 --- a/doc/ANNOUNCE +++ b/doc/ANNOUNCE @@ -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. diff --git a/doc/ChangeLog b/doc/ChangeLog index 2de43c6..d7832a7 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -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.