GreenLightning - Small Java HTTP/s server many times faster than Netty or NGINX... (more…)
Read more »
The accepted wisdom has it that if you're building a high speed trading system you probably want to use C++ instead of Java: it's closer to the metal and is therefore faster (lower latency). However, some leading figures in the industry beg to disagree. ... (more…)
Read more »
Java 9 introduces unified logging, a central mechanism configurable with -Xlog to observe class loading, threading, garbage collector, module system, etc. (more…)
Read more »
Are you worried about making the switch to the Java 9 platform? Here are 10 misconceptions that have been officially debunked... (more…)
Read more »
The Memory Access API features an abstraction, `ResourceScope` which is used to manage the temporal bounds of resources associated with it (memory segments, memory addresses, upcall stubs, valists). There are three kinds of resource scopes… (more…)
Read more »