Articles C++
Small String Optimization (SSO) in C++
Small string optimization (SSO) is a mechanism that C++ has in order to avoid memory allocation when dealing with short strings.
Small string optimization (SSO) is a mechanism that C++ has in order to avoid memory allocation when dealing with short strings.
Some useful tricks to improve your code with ChatGPT with 0 effort
A guide to understand what code coverage is and how to use it in Rust
A quick introduction to setup git hooks in your rust projects
A discussion about the Keywords Generics iniciative in Rust
Small critique in nowaday testing in software development.
Explanation of how to implement different memory layouts in Rust programming language