Scala Enumerations – Return of the (Java) Jedi

Second part of Scala enumerations, after some discussions. Looking at enumerations libs overheads, and Java enums as an alternative.

Similar

Java Bitwise

Bitwise operations are faster and secure. Highly used in Security/Encryption,  Finite State Machines, Graphics, Comunication over ports/sock... (more…)

Read more »

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 »