Java
-
Redis Installation
This article is part of our Academy Course titled Redis a NoSQL key-value store. This is a crash course on…
Read More » -
Redis Commands – Using Redis Command Line
This article is part of our Academy Course titled Redis a NoSQL key-value store. This is a crash course on…
Read More » -
Redis Tutorial: NoSQL key-value store
Course Overview Redis is an open-source, networked, in-memory, key-value data store with optional durability, written in ANSI C. According to…
Read More » -
Stream Performance – Your Ideas
Last week I presented some benchmark results regarding the performance of streams in Java 8. You guys and gals were…
Read More » -
Custom operators for collections in Java
Overview Operator overloading is available in an number of languages. Java has very limited operator overloading in it’s support for…
Read More » -
Low latency FIX engine in Java
Overview Chronicle FIX is our Low Latency FIX engine and database for Java. What makes it different is that it;…
Read More » -
What is allocation rate?
Phrases such as “unsustainable allocation rate” and “you need to keep your allocation rates low” seem to belong to the…
Read More » -
Java Agents
This article is part of our Academy Course titled Advanced Java. This course is designed to help you make the…
Read More » -
Java Annotation Processors
This article is part of our Academy Course titled Advanced Java. This course is designed to help you make the…
Read More »