pablow91
12/19/2019, 8:45 AMScriptJvmCompilerIsolated
which is creating KotlinCoreEnvironment
for each compilation and it takes considerable amount of time. As a alternative I asked the BasicJvmScriptingHost
to use the ScriptJvmCompilerFromEnvironment
(based on default configuration of ScriptJvmCompilerIsolated
). I faced some issues with memory consumption of this solution and I am wondering if this is a proper way to improve performance?ilya.chernikov
01/07/2020, 11:15 AMChristian Nedregaard
01/09/2020, 11:19 AMilya.chernikov
01/09/2020, 1:01 PMChristian Nedregaard
01/09/2020, 1:08 PMilya.chernikov
01/09/2020, 1:12 PM