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
Member functions are not copied along with the object. Only data fields contribute to the size of the object.