top of page


Extensions and Registers: SIMD(Single Instruction, Multiple Data)
Modern CPUs are equipped with SIMD (Single Instruction, Multiple Data) extensions, as SSE, AVX or AVX-516 , allow the CPU to execute...
Perfect Forwarding
Object& can modify the object but not const Object& (T&&) ---> have access to the object can read but not modify rvalue ---> Object &&...
Principles Software Development:
SOLID, DRY and KISS
bottom of page
