From 02e360e1be88d5e22b2a2493aa1ce35607e9d15c Mon Sep 17 00:00:00 2001 From: Ezio Date: Tue, 9 Oct 2018 13:50:00 +0800 Subject: [PATCH] Update 20180715 Why is Python so slow.md --- sources/tech/20180715 Why is Python so slow.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/tech/20180715 Why is Python so slow.md b/sources/tech/20180715 Why is Python so slow.md index 2e2af0f74e..931d32a4b2 100644 --- a/sources/tech/20180715 Why is Python so slow.md +++ b/sources/tech/20180715 Why is Python so slow.md @@ -172,12 +172,14 @@ All about JIT compilers [https://hacks.mozilla.org/2017/02/a-crash-course-in-ju via: https://hackernoon.com/why-is-python-so-slow-e5074b6fe55b 作者:[Anthony Shaw][a] +选题:[oska874][b] 译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 [a]:https://hackernoon.com/@anthonypjshaw?source=post_header_lockup +[b]:https://github.com/oska874 [1]:http://dabeaz.blogspot.com/2010/01/python-gil-visualized.html [2]:http://cython.org/ [3]:http://notes-on-cython.readthedocs.io/en/latest/std_dev.html