JVM and language enthusiast
The GraalVM is a Java Virtual Machine based on HotSpot. It provides excellent peak performance via new techniques in the area of method inlining, removing object allocations, and speculative execution. Additionally, the GraalVM allows high-performance execution of applications in other programming languages, e.g. JavaScript, Ruby, R, or C, on top of this JVM. Multi-language features enable those applications to share code and data with Java, and other languages, without performance boundaries. This project grew out of a research project at JKU Linz and is still mostly developed in Linz.
by Sven Ruppert
by Simone Bordet
by Thomas Kuenneth
by Hrvoje Crnjak
by Andreas Grabner