Recent Posts

Friday Links, March 2024

2 minute read

A collection of interesting links I’ve discovered in February and March 2024

On the moon

3 minute read

A short trip on the Moon and back

A tale of Java Hash Tables

37 minute read

Implementing Open Addressing hash tables in Java and benchmarking them vs. HashMap

Implementing Hash Tables in C

55 minute read

An in-depth explanation on how we can implement hash tables in pure C. The article covers the following topics: hash functions, separate chaninig and open ad...

Euclid’s Algorithm

3 minute read

The Euclid’s algorithm explained and implemented in C.

Hello world!

less than 1 minute read

Hello world!