标签: performance startup jython-2.7 spring-shell
我正在使用spring-shell,我希望减少shell的启动时间。 现在它需要8-10秒,我希望它减少。 你有什么建议吗?
通过分析,我可以看到:
org.python.util.PythonInterpreter.exec(String)需要 ~2秒:
org.python.jsr223.PyScriptEngine。(ScriptEngineFactory)〜0.5 秒
感谢。