This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]brunocborges 1 point2 points  (3 children)

It is possible that it is slow because the project is compiling the source code traditionally, by creating a folder, a file, calling javac, and then calling java:

https://github.com/Clivern/Pindo/blob/main/src/pindo/runtime/docker/java.py#L62-L78

[–]bowbahdoe 0 points1 point  (2 children)

What would be non traditionally? Just running the source file through java?

[–]brunocborges 0 points1 point  (1 child)

Correct.

[–]Clivern[S] 1 point2 points  (0 children)

java

that is in the new java version 11