In this blog post, we will build a deep understanding about how are scala futures implemented and how are other operations on scala futures implemented
Tag: java
JIT Optimizations – Method Inlining
In this blog post, we are going to understand the impact of functions calls in an application and what JIT does to reduce its impact.
Java Unsafe APIs
Java Unsafe APIs provides various low-level APIs which could be used by programmers but we should be very careful when to use these APIs. These APIs provide a way to access off heap memory in java.