Open
Description
Currently, to avoid too much code duplication, we reuse some of the older DSS-Python class infrastructure.
Since the plan is to reimplement some parts, one important aspect is to make the objects lighter in terms of memory. Python is a bit memory heavy anyway, so we could also nudge users to other implementations to complement it (C++ as in dss.hpp, Julia and Rust whenever the impl. is done).