-
Notifications
You must be signed in to change notification settings - Fork 10
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: WebReflection/udomdiff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: further-optimizations
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: WebReflection/udomdiff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 11 files changed
- 1 contributor
Commits on Apr 4, 2020
-
Merge pull request #4 from WebReflection/further-optimizations
Possible optimizations
Configuration menu - View commit details
-
Copy full SHA for 0e29e3c - Browse repository at this point
Copy the full SHA 0e29e3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e525cad - Browse repository at this point
Copy the full SHA e525cadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 462414e - Browse repository at this point
Copy the full SHA 462414eView commit details
Commits on Apr 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2251f79 - Browse repository at this point
Copy the full SHA 2251f79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 256b461 - Browse repository at this point
Copy the full SHA 256b461View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6944c38 - Browse repository at this point
Copy the full SHA 6944c38View commit details
Commits on Apr 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ad747df - Browse repository at this point
Copy the full SHA ad747dfView commit details -
Removing single final/last row swap
As udomdiff manages regardless the final swap through the "slow path", which is irrelevant for a single swap operation, while the code size related to this final step is quite heavy, I've decided to prefer a reduced production size over optimizing this case which occurrs when: * there is only one operation to do, irrelevant real-world optimization * it's at the end of more complex operations, still irrelevant Performance wise, it doesn't seem to be a crytical change, but it's easy to also eventually rollback if nevessary, as the removed block has been flagged within the current code.
Configuration menu - View commit details
-
Copy full SHA for d22ca8a - Browse repository at this point
Copy the full SHA d22ca8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf72b09 - Browse repository at this point
Copy the full SHA cf72b09View commit details
Commits on Apr 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 187f71f - Browse repository at this point
Copy the full SHA 187f71fView commit details
Commits on Apr 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 593e123 - Browse repository at this point
Copy the full SHA 593e123View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c616f7 - Browse repository at this point
Copy the full SHA 4c616f7View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5fccd17 - Browse repository at this point
Copy the full SHA 5fccd17View commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 974fb3d - Browse repository at this point
Copy the full SHA 974fb3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b51dba4 - Browse repository at this point
Copy the full SHA b51dba4View commit details
Commits on Nov 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d30362c - Browse repository at this point
Copy the full SHA d30362cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e58db3a - Browse repository at this point
Copy the full SHA e58db3aView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff further-optimizations...main