Bartłomiej Mazur

About Java, my projects and diorite.

Diorite

» diorite

Articles by category: diorite


others java benchmark breakingjava performance
2017
24 Jun 2017

Dynamic enums in java

In java we have enum types, they might be great to describe some constant stuff, like days of week. But...

11 Jun 2017

Performance of event bus

(Benchmark is at the bottom) When creating diorite I needed to have some efficient and advanced event bus, one of...