搜索结果
查询Tags标签: pypy3,共有 3条记录-
比 Python 快得吓人,PyPy 极简入门
众所周知 Python 有一个致命的缺点:速度比 C、C ++ 等语言慢很多。PyPy 恰好可以解决这一问题,它能够让 Python 代码运行得比 C 还快。 比如: import time from termcolor import coloredstart = time.time() number = 0 for i in range(100000000):number += iprint(co…
2021/12/11 17:16:52 人评论 次浏览 -
比 Python 快得吓人,PyPy 极简入门
众所周知 Python 有一个致命的缺点:速度比 C、C ++ 等语言慢很多。PyPy 恰好可以解决这一问题,它能够让 Python 代码运行得比 C 还快。 比如: import time from termcolor import coloredstart = time.time() number = 0 for i in range(100000000):number += iprint(co…
2021/12/11 17:16:52 人评论 次浏览 -
ubuntu 服务器部署记录
/home/ubuntu/.local/lib/pypy3.6/site-packages ubuntu需要安装的库 问题:“”#include "Python.h"“ sudo apt-get install pypy3-dev sudo apt-get install python3-dev 问题:“mysql_config: not found” sudo apt-get install libmysqlclient-dev htt…
2021/5/21 7:27:24 人评论 次浏览