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: fspoettel/advent-of-code-rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.3
Choose a base ref
...
head repository: fspoettel/advent-of-code-rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.4
Choose a head ref
  • 7 commits
  • 16 files changed
  • 3 contributors

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    47e4f22 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    3260b73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d06401 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df48bfe View commit details
    Browse the repository at this point in the history
  4. docs: update wording

    fspoettel committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a9dcd18 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. feat: use hint::black_box for benchmark evaluation (#47)

    * this prevents cases where subsequent invocations of a solution fully unroll it, leading to deceivingly low execution times being reported.
    fspoettel authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c241820 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b71cbdd View commit details
    Browse the repository at this point in the history
Loading