Suppose you've got a critical section of code, meaning only one process should execute it at a time. In the Java world, one solution is to slap synchronized on the method and call it a day. In Kotlin, we use @Synchronized to get the same effect: repeat(... (more…)
Read more »
fakeload - FakeLoad is an open-source Java library which provides developers with a simple way of producing “fake" system loads in their applications. (more…)
Read more »
Since the arrival of Java 8 there has been a Cambrian explosion in the number and variety of libraries offering persistent collections…
Read more »
Support new, developer-declared primitive types in Java. This is a
preview language and VM feature. (more…)
Read more »
According to the interwebs, Java is one of the most popular programming languages in the multiverse.
And yet, when it comes to games, its popularity seems to dwindle. (more…)
Read more »