esProc SPL is a scripting language for data processing, with well-designed rich library functions and powerful syntax, which can be executed in a Java program through JDBC interface and computing i... (more…)
Read more »
Circular buffer library designed for ultra-low-latency Java applications - JVM-RingBuffer/RingBuffer... (more…)
Read more »
When programming in C, one has to allocate and de-allocate memory by hand. It is an error prone process. In contrast, newer languages like Java often manage their memory automatically. Java relies on garbage collection. In effect, memory is allocated as n... (more…)
Read more »