Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: solvespace/solvespace
base: 7d181f0d0fbd
Choose a base ref
...
head repository: solvespace/solvespace
compare: a9ec64488988
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 13, 2019

  1. Small performance optimization in Vector::Equals.

    This function showed up surprisingly high on a CPU time profile
    when the GUI was unresponsive "doing things". Removed a duplicated
    difference in the not-equal case, and switched to abs and a single compare
    instead of two compares with a negation. It seems to have moved the
    function further down in the profile.
    rpavlik authored and whitequark committed May 13, 2019
    Copy the full SHA
    a9ec644 View commit details
    Browse the repository at this point in the history