Problem I’m currently attempting to learn some basic JVM optimization techniques using JMH. I created the following bench to compare […]

Problem I am trying to optimize my game written in Java and I used the VisualVM launcher for profiling and […]

Problem I was tasked by my teacher with making a linked list by myself, so I could understand the concept […]

Problem I wanted to try FizzBuzz, but to do it in the most efficient way. I think this method employs […]

Problem I made a custom encryption library/class which allows to en-/decrypt Strings with a custom charset. I think you’ll get […]