How to apply Builder pattern with Inheritance
Understanding about Zero copy
Understanding about Java NIO API - How to use Channel, Buffer
In this article, we will learn how to use Java NIO to work with file to improve our application’s performance, especially using Channel, Buffer to deal with it.
[Read More]
Ordering Read and Writes operations on a multiple core CPU
In this article, we will learn about the organization of physical memory that impacts to our multithreaded application. And some concepts such as synchronization, visibility, volatility, happens-before link that will be used to deal with it.
[Read More]