The simplest way to build data apps and webapps in Java. Inspired by Streamlit. - javelit/javelit... (more…)
Read more »
Over some time in different jobs, I came across a need for several utilities that I couldn't find available at the time. And I saw that I needed them several... (more…)
Read more »
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 »
During the second week of November was Devoxx Belgium, Europe’s biggest Java conference, and as every year the community’s who’s-who showed up. One of them was Brian Goetz, Java Language …
Read more »