Using std::variant to reduce getter and setter clutterI have always felt that getters and setters were just that: bloat. There is a place for them, if th...
Is this how you do object chaining?I sometimes split out the initialize and constructor, because sometimes I want to reset an object ba...
Pybind11 slows my C++ code substantiallyof course it can. you may need to hand wave at byte ordering if you go full bore on cross platform ...
Pybind11 slows my C++ code substantiallyits not you, its the python. to call it in python, any of several things may be going on including ...
scientific computing - optimize speedif a better way to iterate exists, finding that will pay out a lot more than tinkering with the code...