Javolution

From Wikipedia, the free encyclopedia

Javolution
Developer: Jean-Marie Dautelle
Latest release: 4.2.5 / February 15, 2007
OS: Cross-platform
Use: Real-Time Library
License: BSD
Website: javolution.org

Javolution is a real-time library aiming to make Java applications faster and more time predictable.

That being accomplished through:

  • Safe/transparent object recycling (faster than memory recycling, aka GC).
  • Struct and Union base classes for direct interfacing with native applications.

The library is also fully RTSJ compliant (does not cause memory clash or illegal access error with RTSJ Virtual Machines).

[edit] External links