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: vortex-data/vortex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: vortex-data/vortex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fg/onpair-layout
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 23 files changed
  • 2 contributors

Commits on Jul 30, 2026

  1. feat(onpair): preserve data when rebuilding arrays

    Signed-off-by: Francesco Gargiulo <gargiulo.fr@gmail.com>
    gargiulofrancesco committed Jul 30, 2026
    Configuration menu
    Copy the full SHA
    f7bfd60 View commit details
    Browse the repository at this point in the history
  2. feat(onpair): cache storage-backed dictionary

    Signed-off-by: Francesco Gargiulo <gargiulo.fr@gmail.com>
    gargiulofrancesco committed Jul 30, 2026
    Configuration menu
    Copy the full SHA
    fb91f0f View commit details
    Browse the repository at this point in the history
  3. feat(onpair): use safety-only dictionary validation

    Signed-off-by: Francesco Gargiulo <gargiulo.fr@gmail.com>
    gargiulofrancesco committed Jul 30, 2026
    Configuration menu
    Copy the full SHA
    2a4be65 View commit details
    Browse the repository at this point in the history
  4. fix(onpair): use upstream default configuration

    Signed-off-by: Francesco Gargiulo <gargiulo.fr@gmail.com>
    gargiulofrancesco committed Jul 30, 2026
    Configuration menu
    Copy the full SHA
    767906f View commit details
    Browse the repository at this point in the history
  5. build: use onpair develop

    Signed-off-by: Francesco Gargiulo <gargiulo.fr@gmail.com>
    gargiulofrancesco committed Jul 30, 2026
    Configuration menu
    Copy the full SHA
    ea6ba2c View commit details
    Browse the repository at this point in the history
  6. build: use released onpair

    Signed-off-by: Francesco Gargiulo <gargiulo.fr@gmail.com>
    gargiulofrancesco committed Jul 30, 2026
    Configuration menu
    Copy the full SHA
    141dd76 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2026

  1. Merge branch 'develop' into fg/onpair-improvements

    develop added benchmarks/string-bench (#9060), which uses vortex_onpair::DEFAULT_DICT12_CONFIG.
    This branch removes that constant in favour of re-exporting upstream onpair's DEFAULT_CONFIG,
    which holds the same values (dict-12, threshold 0.15, seed 42), so string-bench is updated to
    the new name. No textual conflicts.
    
    Signed-off-by: Francesco Gargiulo <gargiulo.fr@gmail.com>
    gargiulofrancesco committed Jul 31, 2026
    Configuration menu
    Copy the full SHA
    e5976d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2026

  1. refactor(onpair): validate the compress-time dictionary

    Signed-off-by: Francesco Gargiulo <gargiulo.fr@gmail.com>
    
    Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
    gargiulofrancesco and claude committed Aug 3, 2026
    Configuration menu
    Copy the full SHA
    ad7ef3c View commit details
    Browse the repository at this point in the history
  2. fix(onpair): error instead of panic on inconsistent uncompressed_lengths

    Signed-off-by: Francesco Gargiulo <gargiulo.fr@gmail.com>
    
    Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
    gargiulofrancesco and claude committed Aug 3, 2026
    Configuration menu
    Copy the full SHA
    e4a1edf View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2026

  1. WIP: prototype OnPair layout

    Signed-off-by: Francesco Gargiulo <gargiulo.fr@gmail.com>
    gargiulofrancesco committed Aug 14, 2026
    Configuration menu
    Copy the full SHA
    81cbb92 View commit details
    Browse the repository at this point in the history
Loading