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: gruhn/regex-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.2
Choose a base ref
...
head repository: gruhn/regex-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.3
Choose a head ref
  • 6 commits
  • 4 files changed
  • 1 contributor

Commits on Jul 21, 2025

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

Commits on Jul 23, 2025

  1. docs(utils): more comments

    gruhn committed Jul 23, 2025
    Configuration menu
    Copy the full SHA
    456288f View commit details
    Browse the repository at this point in the history
  2. docs: re-run AOC benchmark

    Results are much better when power cable is connected. Seems like my
    machine is throttled on battery or something.
    gruhn committed Jul 23, 2025
    Configuration menu
    Copy the full SHA
    e8811ce View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. Configuration menu
    Copy the full SHA
    29f9dc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fd0e37 View commit details
    Browse the repository at this point in the history
  3. fix(enumerate): prioritize alphanumeric chars

    Previously, `enumerate` would output characters in the "unicode order".
    That means, characters which are early in the unicode range are output
    first (such as "\u0000", "\u0001"). Now, the more common alphanumeric
    characters are always produced first. That way, we get the more
    representative strings tend to get enumerated first, which is useful
    because we usually only look at the first few items in the enumeration.
    gruhn committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    b415ddc View commit details
    Browse the repository at this point in the history
Loading