满足我的应用程序脚本需求的最小 Python 构建?
对于构建一个非常简约的 Python(2.x) 版本来满足我的应用程序的脚本需求,您有什么建议?
我的主要动机是保持尽可能低的占用空间(内存和磁盘方面),以便我的本机应用程序不会遭受任何重大性能影响。 甚至 Python DLL 的大小也要考虑在内,因为可能会增加应用程序的启动时间。
我们可以低至 Lua 或其他轻量级解决方案吗?
what are your advices on building a very minimalistic version of Python(2.x) for my application's scripting needs.
My main motive here is to keep the foot print (both memory and disk wise) as low as possible so that my native application won't suffer from any major performance hit. Even the Python DLL size is in consideration because of the possibility of increasing boot up time of my application.
Can we go as low as Lua or other lightweight solutions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你尝试过Tiny Python吗?
Have you tried Tiny Python?
只能使用dll
You can use only the dll