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: WebReflection/udomdiff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ad747df
Choose a base ref
...
head repository: WebReflection/udomdiff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e58db3a
Choose a head ref
  • 10 commits
  • 10 files changed
  • 1 contributor

Commits on Apr 15, 2020

  1. 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.
    WebReflection committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    d22ca8a View commit details
    Browse the repository at this point in the history
  2. 1.1.0

    WebReflection committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    cf72b09 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. better benchmark

    WebReflection committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    187f71f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. Configuration menu
    Copy the full SHA
    593e123 View commit details
    Browse the repository at this point in the history
  2. updated tests

    WebReflection committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    4c616f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. using external utility

    WebReflection committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    5fccd17 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    974fb3d View commit details
    Browse the repository at this point in the history
  2. 1.1.1

    WebReflection committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b51dba4 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    d30362c View commit details
    Browse the repository at this point in the history
  2. 1.1.2

    WebReflection committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    e58db3a View commit details
    Browse the repository at this point in the history
Loading