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: dbe0b8daa448
Choose a base ref
...
head repository: solvespace/solvespace
compare: 52a481cd1eee
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on May 13, 2019

  1. Copy the full SHA
    838126f View commit details
    Browse the repository at this point in the history
  2. 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
    52a481c View commit details
    Browse the repository at this point in the history