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: RoaringBitmap/roaring
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.14.4
Choose a base ref
...
head repository: RoaringBitmap/roaring
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.14.5
Choose a head ref
  • 18 commits
  • 32 files changed
  • 5 contributors

Commits on Nov 24, 2025

  1. Switch to builtin unsafe slice creation.

    In [Go 1.17](https://go.dev/doc/go1.17#language) and
    [Go 1.20](https://go.dev/doc/go1.20#language),
    new functions were added to create slices which significantly simplify
    the "reinterpret []byte" functions.
    happygiraffe committed Nov 24, 2025
    Configuration menu
    Copy the full SHA
    7cbdda9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #504 from happygiraffe/master

    Switch to builtin unsafe slice creation.
    lemire authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    2d93a7e View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. Fix typo in README

    damz authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    0b96f13 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #506 from damz/patch-1

    Fix typo in README
    lemire authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    9774127 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2026

  1. Switch to slices.Sort() and slices.SortFunc().

    - `Sort()` uses generics to remove some code.
    - `SortFunc()` may be faster in some circumstances,
      as it performs a three-way comparison rather than a two-way.
    happygiraffe committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    61445b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. Merge pull request #508 from happygiraffe/push-pxxlrstrlzku

    Switch to `slices.Sort()` and `slices.SortFunc()`.
    lemire authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    53026c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2026

  1. in place XOR

    DhruvilK7 committed Feb 8, 2026
    Configuration menu
    Copy the full SHA
    ebac537 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a67547 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

  1. Merge pull request #510 from DhruvilK7/removal

    Remove unnecessary type conversions + added make command to do the same
    lemire authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    eb3b07a View commit details
    Browse the repository at this point in the history
  2. ran go fmt

    DhruvilK7 committed Feb 9, 2026
    Configuration menu
    Copy the full SHA
    07bccb8 View commit details
    Browse the repository at this point in the history
  3. Unconvert linter addition

    DhruvilK7 committed Feb 9, 2026
    Configuration menu
    Copy the full SHA
    d3aaf67 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #511 from DhruvilK7/unconvert

    Unconvert linter addition
    lemire authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    3def95f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #509 from DhruvilK7/master

    In place XOR
    lemire authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    3fe77fa View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2026

  1. Optimised intersects2by2

    DhruvilK7 committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    e5f346b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. Merge pull request #512 from DhruvilK7/master

    Optimised intersects2by2
    lemire authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    8e538ba View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

  1. unroll scalar fill loop by 4

    ahxxm committed Feb 27, 2026
    Configuration menu
    Copy the full SHA
    88afa31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d1a03b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #514 from ahxxm/unroll-scalar-fill

    unroll nextMany scalar fill loop by 4
    lemire authored Feb 27, 2026
    Configuration menu
    Copy the full SHA
    6e38489 View commit details
    Browse the repository at this point in the history
Loading