I wonder if and how writing \"almighty\" classes in c++ actually impacts performance.
If I have for example, a class Point, with only uint x
If you are truly worried, you can tell your compiler to inline the constructors. This optimization step should leave you with clean code and clean execution.