I’m building an online compiler for C, Python and ...
# getting-started
p
I’m building an online compiler for C, Python and Kotlin. C and Python work well, but Kotlin compilation takes a long time. Any feedback on how I can make the compilation faster? http://52.170.87.157:8079/kotlin.html
Anyone?
n
To reduce JVM startup time you could try to use something like http://martiansoftware.com/nailgun/
g
punitjajo: Maybe you could use kotlin daemon for compilation
p
@gildor I’ll try that. Sounds like a solid solution. @n3o59hf Security is important for my solution, so I’ll only go for nailgun if all else fails. Thanks for the suggestion!
e
Check your network, too. There is a know problem with slow JVM startup otherwise: https://youtrack.jetbrains.com/issue/KT-17523
👍 1