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.4.2
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.4.3
Choose a head ref
  • 6 commits
  • 3 files changed
  • 4 contributors

Commits on Dec 23, 2024

  1. runcontainer: make fewer memory allocations in iandNotRunContainer16().

    There is no need to convert both run containers to bitmap
    containers first. There already is an efficient implementation
    of andNot in AndNotRunContainer16(), so use it.
    dominiquelefevre committed Dec 23, 2024
    Configuration menu
    Copy the full SHA
    cdb209e View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2024

  1. Merge pull request #464 from dominiquelefevre/fewer-allocations-in-ia…

    …ndNotRunContainer16
    
    runcontainer: make fewer memory allocations in iandNotRunContainer16().
    lemire authored Dec 24, 2024
    Configuration menu
    Copy the full SHA
    fc14622 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. update README

    Update required Go version (1.15, according to go.mod).
    
    Update commands needed to use with gore.
    starius committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    71e0138 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #466 from starius/update-readme

    update README
    lemire authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    95eeba4 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. fixing issue 467

    Daniel Lemire committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    6b2c8e2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #468 from RoaringBitmap/issue467

    fixing issue 467
    lemire authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    461d7ec View commit details
    Browse the repository at this point in the history
Loading