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.
Configurable | Javolution Default | Description |
{@link javolution.context.ConcurrentContext#MAXIMUM_CONCURRENCY} | (Number of Processors - 1) | The maximum number of worker threads usable by {@link javolution.context.ConcurrentContext ConcurrentContext}(none for single processors) |
{@link javolution.util.FastComparator#REHASH_SYSTEM_HASHCODE} | true or false based upon the run-time platform (small test performed at start-up) |
Indicates if the system hash code requires rehashing (see FastMap) |