From 74ecc540a26b2d4daa8bc180d5c30bfc42833a28 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sat, 3 Jul 2021 17:34:28 +0700 Subject: Blog about threa --- blog/gsoc2020/blog20200831.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'blog/gsoc2020') diff --git a/blog/gsoc2020/blog20200831.md b/blog/gsoc2020/blog20200831.md index ecf0aba..58d8d33 100644 --- a/blog/gsoc2020/blog20200831.md +++ b/blog/gsoc2020/blog20200831.md @@ -54,20 +54,20 @@ with downloaded files already took around 7-8 seconds. This is because to lazily download a wheel, `pip` has to {{pip 8670 "make many requests"}} which are apparently more expensive than actual data transmission on my network. -@@colbox-blue -With unstable connection to PyPI (for some reason I am not confident enough -to state), this is what I got - -| 2020-resolver | fast-deps | -| ------------- | --------- | -| 1m16.134s | 0m54.894s | -| 1m0.384s | 0m40.753s | -| 0m50.102s | 0m41.988s | - -As the connection was *unstable* and that the majority of `pip` networking -is performed as CI/CD with large and stable bandwidth, I am unsure what this -result is supposed to tell (-; -@@ +!!! note "When is it useful then?" + + With unstable connection to PyPI (for some reason I am not confident enough + to state), this is what I got + + | 2020-resolver | fast-deps | + | ------------- | --------- | + | 1m16.134s | 0m54.894s | + | 1m0.384s | 0m40.753s | + | 0m50.102s | 0m41.988s | + + As the connection was *unstable* and that the majority of `pip` networking + is performed as CI/CD with large and stable bandwidth, I am unsure what this + result is supposed to tell (-; ### Large Distribution -- cgit 1.4.1