Новосибирский коммерческий продукт - оптимизирующий компилятор Java.
Имеет очень высокие показатели по скорости по сравнению с остальными
Омашинами.
Цитата с сайта:
Excelsior JET, Professional Edition is a Java VM implemented as a combination of three major components:
* Optimizing ahead-of-time (AOT) compiler, which transforms your Java applications into binary executables - conventional EXE and DLL files.
* Caching JIT compiler, responsible for handling dynamically loaded classes that could not be precompiled.
* High performance runtime, implementing support for Java memory management, threading, synchronization, exceptions, and so on.
Also included are numerous auxiliary tools and components that facilitate project setup (JET Control Panel), further application optimization (JetPerfect global optimizer, executable image optimizer), simplify deployment (JetPackII setup authoring tool), and so on.
>>> Подробности