The Ignite Realtime community is happy to be able to announce the immediate availability of version 4.9.0 of Openfire, its cross-platform real-time collaboration server based on the XMPP protocol! As compared to the previous non-patch release, this one i... (more…)
Read more »
This is basically how MongoDB ensures uniqueness of entity ids across multiple machines and also within local machine processes. Here is a very nice explanation if you’re interested: http:… (more…)
Read more »
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 »
A comparison of different methods for achieving scalable concurrency in Java - GitHub - ebarlas/project-loom-comparison: A comparison of different methods for achieving scalable concurrency in Java... (more…)
Read more »
Enhance the Java programming language with pattern matching for switch
expressions and statements. Extending pattern matching to switch allows an
expression to be tested against a number of patterns, each with a specific
action, so that complex data-orien... (more…)
Read more »