Oguzhan SanOptimizing System Performance with Cache Strategies: A Comprehensive GuideCache serves as a temporary storage layer for quickly accessing frequently requested data, reducing the demand on slower storage layers…Mar 16Mar 16
Oguzhan SanC++ Move SemanticsMove semantics concepts were first introduced with C++ 11, which is a unique concept that few languages have. Thanks to moving semantics…Jul 3, 2022Jul 3, 2022
Oguzhan SaninGeek CultureControl Flow Variations in C LangaugeThe control flow of program execution is the order of how individuals are sequenced. Control flow can be as simple as a simple function…May 9, 2021May 9, 2021
Oguzhan SaninPython in Plain EnglishOptimised Python Data StructuresHigh-performance computing always has been the scope of languages such as C, C++, etc. However, there are many ways that Python performs…Jan 24, 2021Jan 24, 2021