Skip to content

Draft: Make maxNodeSize a static information if possible

Simon Praetorius requested to merge feature/static-max-node-size into master

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.

Merge request reports