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/RoaringBitmap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.6
Choose a base ref
...
head repository: RoaringBitmap/RoaringBitmap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.0
Choose a head ref
  • 9 commits
  • 23 files changed
  • 6 contributors

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    939748f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. fix: formalize edge behaviour for nextAbsentValue and previousAbsentV…

    …alue (#720)
    
    * fix: formalize edge behaviour for nextAbsentValue and previousAbsentValue
    
    * simplifying
    lemire authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    c112860 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Fix RunContainer#contains(BitmapContainer) (#721) (#722)

    should not advance to the next bit when advancing to the next run
    LeeWorrall authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    1176953 View commit details
    Browse the repository at this point in the history
  2. Fix ArrayContainer#contains(RunContainer) (#723) (#724)

    off-by-one error
    LeeWorrall authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    70866e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. [feature] Add a BitSet implementation based on RoaringBitmap (#725)

    * Add RoaringBitSet
    
    * Add RoaringBitSet
    
    * Address review comments
    
    * Address review comments
    dao-jun authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e1f128f View commit details
    Browse the repository at this point in the history
  2. Move instance field to static, everywhere (#726)

    * Move to static for BitmapContainer.MAXRUNS
    
    * ported static correction to mappeable container
    
    ---------
    
    Co-authored-by: Danny Thomas <dannyt@netflix.com>
    lemire and DanielThomas authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    45d9c57 View commit details
    Browse the repository at this point in the history
  3. bump GitHub Actions (#711)

    sullis authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    4e59f08 View commit details
    Browse the repository at this point in the history
  4. chore: bump minor version

    lemire committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2622d23 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35bb106 View commit details
    Browse the repository at this point in the history
Loading