Defined Reference

whoami

Software Engineer & Compiler enthusiast

~ ./now

~ C++, Compilers, and more

Knowledge Garden

What powers std::sort? A journey through STL

How does std::sort work? Have you ever wondered about std:sort? Popping under the hood and understand what is actually going on when we want to perform a sorting operation?

It is always interesting to take a look and see what powers the STL, something we take for granted and always reach for.