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: nvzqz/divan
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.18
Choose a base ref
...
head repository: nvzqz/divan
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.19
Choose a head ref
  • 6 commits
  • 11 files changed
  • 2 contributors

Commits on Apr 10, 2025

  1. Configuration menu
    Copy the full SHA
    9075b9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c865cd View commit details
    Browse the repository at this point in the history
  3. Abstract filters into FilterSet

    Improved size and cache locality of filters by storing all filters
    together and reducing the filters' inline footprint by 2 words.
    
    Improved code generation for matching by sharing code for positive and
    negative filters.
    
    Replaced `SkipRegex` with a simpler `IntoRegex` trait.
    
    Added `SplitVec`, which partitions elements on a condition.
    
    Added tests for filtering.
    nvzqz committed Apr 10, 2025
    Configuration menu
    Copy the full SHA
    07111fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f348769 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f43a742 View commit details
    Browse the repository at this point in the history
  6. Release v0.1.19

    nvzqz committed Apr 10, 2025
    Configuration menu
    Copy the full SHA
    58988fc View commit details
    Browse the repository at this point in the history
Loading