Python没有操作码缓存? [英] Python doesn't have opcode cacher?

查看:101
本文介绍了Python没有操作码缓存?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我当前正在使用PHP.我计划在下一个项目中开始使用Django.

I'm currently using PHP. I plan to start using Django for some of my next project.

但是我对Python没有任何经验.经过一番搜索,我仍然找不到Python操作码缓存.

But I don't have any experience with Python. After some searching, I still can't find a Python opcode cacher.

(有很多用于PHP的操作码缓存器:APC,eAccelerator,Xcache等)

(There are lots of opcode cacher for PHP: APC, eAccelerator, Xcache, ...)

推荐答案

在Python中这是自动的-编译后的.pyc文件将神奇地出现.

It's automatic in Python -- a compiled .pyc file will appear magically.

这篇关于Python没有操作码缓存?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆