Apache Arrow puts forward a cross-language, cross-platform, columnar in-memory data format for data. It is designed to eliminate the need for data serialization and reduce the overhead of copying. (more…)
Read more »
Circular buffer library designed for ultra-low-latency Java applications - JVM-RingBuffer/RingBuffer... (more…)
Read more »
When you've been writing Java for a while switching to Python can make you a little anxious.
Not only are you learning a new language with new idioms and tools, you're also dealing with a language with far less built-in safety.
No more type checks, no mor... (more…)
Read more »
Have you ever been able to confidently write Java for hours without executing it? I think exploiting J8 and generic types can help with that... (more…)
Read more »
Deep learning has been dominated by Python for years. It has been much harder to do deep learning on the JVM, but recently there has been so... (more…)
Read more »