Memory

Binary Data Format Comparison

by Nicolai Ommer | 1353 words | ~7 min read

A comparison of different binary data formats in terms of read/write performance and storage usage.

Locking Alternatives in Java 8

by Stefan Billet | 1216 words | ~6 min read

To provide synchronized data cache access, I discuss three alternatives in Java 8.