about summary refs log tree commit diff homepage
path: root/blog/gsoc2020
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-07-03 17:34:28 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-07-03 17:34:28 +0700
commit74ecc540a26b2d4daa8bc180d5c30bfc42833a28 (patch)
tree489a5a470511273ac8418c8e0871905f2b0cbaa5 /blog/gsoc2020
parent8f6d0be7e7e0f306f7c6f03edae28d77c6bc3813 (diff)
downloadsite-74ecc540a26b2d4daa8bc180d5c30bfc42833a28.tar.gz
Blog about threa
Diffstat (limited to 'blog/gsoc2020')
-rw-r--r--blog/gsoc2020/blog20200831.md28
1 files changed, 14 insertions, 14 deletions
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