Tag: system
All the articles with the tag "system".
Memory Locality, Optimize Your Go Code
Published: at 09:26 AMWhat's the different when you see Go code using []*structs or []structs? Choosing which approach and understand what happen behind that code is important when you want to write high performance code.
In C/C++, array is just a pointer..
Published: at 05:04 AMArray is derived data type that has been used anywhere due to its ability to constructed primitive data types (int, float, char) and grouped multiple value of the same type together.
Why signed int -10 is higher than unsigned int 5 in C?
Published: at 06:08 PMI just scrolling Twitter when I found an interesting tweet about C code screenshot and its behavior, as shown in the attached image, the code looks just fine until you look at code execution result.