The main problem of all heavily-loaded Java applications which operate on a huge amount of data is memory management. We solve this problem with a new, byte-based memory management scheme that will debut in the upcoming Stardog 5 release. (more…)
Read more »
Getting the most out of the Satoris hotspot metering extension...
Read more »
Developer Productivity Report 2017 is an analytical report, based on an online survey of the Java community about the tools that teams and developers use. (more…)
Read more »
Recently someone asked me what I would recommend them to do in order to become a backend Java engineer. Keep in mind that this advice is bas... (more…)
Read more »
Most data structures are designed to hold arbitrary amounts of data. When we talk about their complexity in time and space, we use big O notation, which is only concerned with performance characteristics as n grows arbitrarily large. Understanding how to ...
Read more »