Rethinking Strings with std::string_view

Exploring how std::string_view in C++17 changes the way we handle strings, improving performance and API design while challenging traditional string management approaches.

January 2, 2025
Read more

SIMD As A Gateway to High-Performance Parallel Computing

An exploration of how the simd header in C++26 can be used to leverage modern hardwares parallel processing capabilities for high-performance computing.

December 21, 2024
Read more

Structured Bindings: A Handy Tool for CPP

An in-depth look at structured bindings in C++, how they simplify code, and practical examples of their usage.

December 6, 2024
Read more
Showing 6-8 of 8 posts • Page 2 of 2