A Jupyter kernel for executing Java code. Contribute to SpencerPark/IJava development by creating an account on GitHub. (more…)
Read more »
Circular buffer library designed for ultra-low-latency Java applications - JVM-RingBuffer/RingBuffer... (more…)
Read more »
This gets interesting when you find your way into a mail server, says dev who found it... (more…)
Read more »
A review on Java performance for many objects using Java Collections or alternative collections, with the impact of serial vs. parallel streams. For some streaming data sets, parallel processing can be slower than the default. (more…)
Read more »
Why are integers and longs allowed to overflow in assignments, but not bytes and shorts? The answer lies in the Java language rules for so called assignment contexts. (more…)
Read more »