满足我的应用程序脚本需求的最小 Python 构建?

发布于 2024-07-09 21:59:27 字数 255 浏览 14 评论 0原文

对于构建一个非常简约的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

叫嚣ゝ 2024-07-16 21:59:27

你尝试过Tiny Python吗?

Have you tried Tiny Python?

尛丟丟 2024-07-16 21:59:27

只能使用dll

You can use only the dll

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文