From 8531e12d0ec20966837feba71c977bf988f4849c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Fri, 5 Nov 2021 11:57:26 +0100 Subject: [PATCH] README: mention ws glommio performance regressions, link to old commit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5b317aa..a789f9f 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,10 @@ clients, with some exceptions: * Doesn't track of the number of torrent downloads (0 is always sent). * Doesn't allow full scrapes, i.e. of all registered info hashes +The current glommio-based implementation currently has large performance +regressions compared to [the previous mio-based implementation](https://github.com/greatest-ape/aquatic/tree/30fa96a7f43eb7568b7df1e1fdb6e1885f3b4f58). +Use it instead if you want maximum performance now. + #### TLS Please see `aquatic_http` TLS section above.