LEARN

Chronicle Learn

Read the latest articles from our experienced developers to learn how you can write simpler and faster Java applications.

Large Price Comparison

55 Dedicated Cloud Compute Optimised Solutions

We have compared compute-optimised instances from 55 vendors, and the cost per virtual CPU differs significantly between different products. 

Technical Articles

Garbage Reduction the Chronicle Way

One of the major benefits with using any Chronicle product is that we aim for almost Zero Garbage Collection (GC) there are several benefits…

Continue reading >>
Technical Articles

Improving Percentile Latencies in Chronicle Queue

Compared to a year ago, we have significantly improved the throughput at which we can achieve the 99%ile (worst one in 100). What tools…

Continue reading >>
Technical Articles

Best practices for Event Sourcing

David Schmitz presented an excellent talk on what he sees as best practices in using Event Sourcing. Chronicle Software has two very different event sourcing frameworks Chronicle Microservices Framework (CMF)…

Continue reading >>

If you use a standard JVM like the Oracle JVM or the OpenJDK, you might find that as the heap size grows the performance…

Continue reading >>
Technical Articles

Object Pools Revisited

Object pools were popular before Java 5.0, however, more efficient allocation made most of these pools a needless complication. Can an Object Pool still…

Continue reading >>

In 2006, Java 5.0 was released with StringBuilder, a more lightweight and sane version of StringBuffer. The Javadoc for Java 5.0 for StringBuffer notes…

Continue reading >>

The key difference between blockchain and traditional databases is the level of trust needed in those running the service. With blockchain, you trust the…

Continue reading >>
Technical Articles

Low Latency Micro-services for performance

Overview Microservices is a buzz word at the moment. Is it really something original or based on established best practices? There are some disadvantages…

Continue reading >>