FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing main...rustix/sort-collation-arena · uutils/coreutils · GitHub

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: uutils/coreutils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: uutils/coreutils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: rustix/sort-collation-arena
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 15, 2026

  1. sort: add collation key arena storage to LineData

    Add collation_key_buffer (arena) and collation_key_ends (offsets) to
    LineData and RecycledChunk, with a collation_key() accessor. All sort
    keys for a chunk are stored in a single Vec<u8> to avoid millions of
    small heap allocations.
    sylvestre committed Apr 15, 2026
    Configuration menu
    Copy the full SHA
    b8018ae View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL