From d347466ae01df9d76da61be9030e18415d3f910d Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 4 Sep 2024 21:03:31 +0300 Subject: [PATCH] Update docs --- doc/ANNOUNCE | 2 +- doc/ChangeLog | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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. -- 2.39.5