The JVM’s garbage collectors make use of Thread-Local Allocation Buffers (TLABs) to improve allocation performance. In this article we’re going to understand what TLABs are, how they affect the code generated by the JIT for allocation and what the resulti... (more…)
Read more »
I hate working with Java. I really do. It makes me always feel powerless and bored. Yet I... (more…)
Read more »
TUI4J: Terminal User Interface library for Java that includes Bubble Tea ported from Go - WilliamAGH/tui4j... (more…)
Read more »
GraphQL it's an interesting approach for Data Aggregation. GraphQL is a query language API for existing data. You can leverage all your RES... (more…)
Read more »