Tech Stuff


Categories / Java

GraalVM, Truffle, SubstrateVM and Sulong

  • July 21, 2018
  • java  
  • graal  

I’ve been reading a lot about Graal recently, and with a bunch of related projets, I needed to remind myself what are the differences and uses for each. Here’s a brief recap and intro to those projects. Most of the research and work is …

Read more...

Understanding the JVM memory

  • March 15, 2018
  • java  
  • memory  
  • optimization  

Stumbled upon a very nice explanation of the JVM memory, including garbage collector, tuning and related errors (watch here, in french). Here are some notes.

Garbage Collector

The classic garbage collector (included into the standard HotSpot JVM) …

Read more...
Powered by Hugo and Whiteplain