Draft: Make maxNodeSize a static information if possible
It might be helpful to have the maxNodeSize
as static information, e.g., to choose corresponding static data structures. This is not always possible and thus not a requirement, but if possible the function should be static constexpr
.