Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PERF: Prefer compiletime computation of scale factor
The ivar m_Factor was a constant that did not require state to be saved. The computation can be done at compile time, thus saving runtime computations. Move m_Factor from an ivar to a constexpr in the one place it is used.
- Loading branch information