Javolution - JavaTM Solution for Real-Time and Embedded Systems.

License:

Permission to use, copy, modify, and distribute this software is freely granted, provided that copyright notices are preserved (the full license text can be found here).

Javolution's users are encouraged to show their support with the button.

Overview:

Although JavaTM has been very successful on the server-side; It has few shortcomings limiting its adoption for others domains such as real-time, embedded or high-performance applications. For these, the Javolution library provides important "pieces" missing from the JavaTM core library and making the JavaTM platform even more attractive.

Configuration:

Javolution's default configuration should satisfy most applications. Nonetheless, it is possible to change these defaults by providing a custom javolution.Configuration class to be loaded in place of the default one (placed first in the classpath) or by modifying the javolution.Configuration class directly. Here is a summary of the class static methods with their default values.

Static Method Javolution Default Description
"concurrency()" (Number of Processors) - 1 The maximum number of ConcurrentThread
"factories()" 1024 The maximum number of ObjectFactory
"variables()" 1024 The maximum number of LocalContext.Variable
"isPoorSystemHash()" true or false
based upon the run-time platform
(small test performed at start-up)
Indicates if the system hash code is well distributed (see FastMap)