Blog

C, C++, Java and Rust code quality, architecture and static analysis insights.

C++

C++ optimization is more about design choices.

In C++ programming, optimization goes beyond just tweaking code for performance gains. It fundamentally revolves around making smart design choices. Here’s why:

6 min de lecture
C++

Boosting C++ Performance with Folly

The Folly library, developed by Facebook, is a collection of reusable C++ library components designed to complement the C++ standard library and boost the…

4 min de lecture