The GridGain Systems In-Memory Computing Blog
We are pleased to announce that GridGain 6.1.0 has been released today. This is the first main upgrade since GridGain 6.0.0 was released in February and contains some cool new functionality and performance improvements:
Support for JDK8
With GridGain 6.1.0 you can execute JDK8 closures and functions in distributed fashion on the grid:
[java]
try (Grid grid = GridGain.start()) {
grid.compute…