We chose Java for our High-Frequency Trading application

In the world of High-Frequency Trading, automated applications process hundreds of millions of market signals every day and send back… Read more

Similar

Data Oriented Programming in Java

Project Amber has brought a number of new features to Java in recent years. While each of these features are self-contained, they are also designed to work together. Specifically, records, sealed classes, and pattern matching work together to enable easie... (more…)

Read more »

Java Stream Kata on GitHub

Java Stream Code Kata. ☕️ 🤺 Collection of small tasks with detailed answers in form of unit tests. - GitHub - HubertWo/java-stream-kata: Java Stream Code Kata. ☕️ 🤺 Collection of small tasks with d... (more…)

Read more »

Java.util.Random Class

Java.util package provides a Random class. An instance of this class is used to generate a stream of pseudorandom numbers. The class uses a 48-bit seed, which is modified using a linear congruential formula. The algorithms implemented by class Random use ... (more…)

Read more »