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: further-optimizations
Choose a base ref
...
head repository: WebReflection/udomdiff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 11 files changed
  • 1 contributor

Commits on Apr 4, 2020

  1. Merge pull request #4 from WebReflection/further-optimizations

    Possible optimizations
    WebReflection authored Apr 4, 2020
    Configuration menu
    Copy the full SHA
    0e29e3c View commit details
    Browse the repository at this point in the history
  2. 1.0.11

    WebReflection committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    e525cad View commit details
    Browse the repository at this point in the history
  3. updated dependencies

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

Commits on Apr 14, 2020

  1. fixed wrong removal

    WebReflection committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    2251f79 View commit details
    Browse the repository at this point in the history
  2. fixed Dommy

    WebReflection committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    256b461 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6944c38 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Configuration menu
    Copy the full SHA
    ad747df View commit details
    Browse the repository at this point in the history
  2. 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
  3. 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