Sometimes when writing software, it is useful to pass a function as an argument to another function. A common example for this is a generic filter function. In pseudo code, it would look something like this: (more…)
Read more »
Do you ever get issue while opening a jar file on your windows 10? Here is the article to understand how to open a .jar file on windows 10. (more…)
Read more »
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 »
Deep dive into Project Loom, fibers and tail calls in the JVM Links: * more on the talk: https://2020.accento.dev/talks/project-loom/ * more on Ron: https://... (more…)
Read more »
caliper - Caliper is a project for managing units of measure and the conversions between them.
Read more »