Comment on When static makes your C code 10 times fasterparentComments−midjji5yIts better to make it constexpr than const or static.
Comments
Its better to make it constexpr than const or static.