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/coworker/geek_soldier »
Benchmarking Memory Caches and NUMA Today post is all about tinkering with memory. This experiments were inspired by a investigation of a friend/coworker/geek_soldier »
Vector operations optimization is an important concept in the computer science field. Lots of mathematical algorithms when implemented in a computer are nothing more than operations »
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 »
Chaining is a technique we can use in most of programming languages that consists in calling method after method, thus chaining the methods together,and by »
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 »