Javolution 3.0 – A Java Revolution?

The new Javolution 3.0 (open source library) allows your objects to be preallocated at start-up and transparently recycled during execution. No dynamic object creation or garbage collection ever (and a significant increase in the execution speed of your Java programs).
Also, noteworthy in the new version:
– Text manipulation in O(Log(n)) instead of O(n) for standard String/StringBuffer.
– FastMap, a map whose capacity increases smoothly with no resize/rehash ever.
– Enhanced Struct/Union classes for easier interoperability with C/C++ struct/union.

Javolution runs on all Java platforms (from CLDC 1.0 to J2EE 1.5) or natively when compiled with GCJ (Gnu Compiler for Java).

45 Comments

  1. 2005-02-24 11:13 am
  2. 2005-02-24 11:43 am
  3. 2005-02-24 11:59 am
  4. 2005-02-24 12:28 pm
  5. 2005-02-24 12:47 pm
  6. 2005-02-24 12:56 pm
  7. 2005-02-24 1:26 pm
  8. 2005-02-24 1:38 pm
  9. 2005-02-24 1:38 pm
  10. 2005-02-24 1:54 pm
  11. 2005-02-24 2:21 pm
  12. 2005-02-24 2:31 pm
  13. 2005-02-24 3:08 pm
  14. 2005-02-24 3:10 pm
  15. 2005-02-24 3:21 pm
  16. 2005-02-24 3:39 pm
  17. 2005-02-24 3:52 pm
  18. 2005-02-24 3:52 pm
  19. 2005-02-24 3:57 pm
  20. 2005-02-24 3:57 pm
  21. 2005-02-24 4:00 pm
  22. 2005-02-24 4:06 pm
  23. 2005-02-24 4:15 pm
  24. 2005-02-24 4:15 pm
  25. 2005-02-24 4:19 pm
  26. 2005-02-24 4:41 pm
  27. 2005-02-24 4:42 pm
  28. 2005-02-24 4:46 pm
  29. 2005-02-24 4:48 pm
  30. 2005-02-24 7:16 pm
  31. 2005-02-24 7:47 pm
  32. 2005-02-24 7:47 pm
  33. 2005-02-24 8:34 pm
  34. 2005-02-24 11:17 pm
  35. 2005-02-24 11:45 pm
  36. 2005-02-25 12:41 am
  37. 2005-02-25 1:46 am
  38. 2005-02-25 3:31 am
  39. 2005-02-25 3:49 am
  40. 2005-02-25 3:52 am
  41. 2005-02-25 12:05 pm
  42. 2005-02-25 3:34 pm
  43. 2005-02-25 7:45 pm
  44. 2005-02-25 10:13 pm
  45. 2005-02-25 11:10 pm