Chronus has been modified to use the binairy array to save objects. This has resulted in a significant increase in performance.
Example:
Previous version:
10000 object saved to the database at an average of 0.8609 milliseconds per object
10000 object loaded from the database at an average of 0.0953 milliseconds per object
Binairy version:
10000 object saved to the database at an average of 0.5797 milliseconds per object
10000 object loaded from the database at an average of 0.0016 milliseconds per object... read more
The new Chronus website is now available under the Homepage link in Project summary.
The new website includes a new of tutorials on how the use the new Chronus 2.0.
Chronus 2.0 alpha is now available in the Nightly Build package on the Project Summary page.