Java, NUMA and Memory Boundaries
Benchmarking Memory Caches and NUMA Today post is all about tinkering with memory. This experiments were inspired by a investigation of a friend/cowor…
Benchmarking Memory Caches and NUMA Today post is all about tinkering with memory. This experiments were inspired by a investigation of a friend/cowor…
Vector operations optimization is an important concept in the computer science field. Lots of mathematical algorithms when implemented in a computer a…
The downer Today is all about an hack. I've got a pet project, I believe I already talked about it, its a library that scraps among several sites and…
Chaining is a technique we can use in most of programming languages that consists in calling method after method, thus chaining the methods together,a…
Today I will explore a little more about two patterns and how they can be used together to achieve an expressive way of doing stuff (I'll explain what…