https://zhuanlan.zhihu.com/p/33471484
https://zhuanlan.zhihu.com/p/64872587
python
- python虚拟机是全局的,意味着线程不安全,在必要的地方要使用GIL保护
- python会拖慢golang的性能,在性能重要的场合谨慎使用
- python虚拟机会额外消耗不少内存
lua
其设计目的是为了嵌入应用程序中,从而为应用程序提供灵活的扩展和定制功能。
https://zhuanlan.zhihu.com/p/33471484
https://zhuanlan.zhihu.com/p/64872587
其设计目的是为了嵌入应用程序中,从而为应用程序提供灵活的扩展和定制功能。
让时间为你证明