Minimal Python build for my application's scri

2019-04-02 04:44发布

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?

2条回答
爱情/是我丢掉的垃圾
2楼-- · 2019-04-02 05:12

Have you tried Tiny Python?

查看更多
Fickle 薄情
3楼-- · 2019-04-02 05:22

You can use only the dll

查看更多
登录 后发表回答