User profile: jonnin

User info
User name:jonnin
History
Joined:
Number of posts:11453
Latest posts:

Using std::variant to reduce getter and setter clutter
I 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 substantially
of 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 substantially
its not you, its the python. to call it in python, any of several things may be going on including ...

scientific computing - optimize speed
if a better way to iterate exists, finding that will pay out a lot more than tinkering with the code...