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.5.1
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.5.2
Choose a head ref
  • 5 commits
  • 22 files changed
  • 2 contributors

Commits on Jul 30, 2025

  1. Configuration menu
    Copy the full SHA
    5a53b39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02ba154 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

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

Commits on Aug 4, 2025

  1. [64 bit bitmaps) Split non-leaf - BranchNode from leaf nodes (to redu…

    …ce memory footprint) (#786)
    
    * Split non-leaf - BranchNode from leaf nodes (to reduce memory footprint)
    Move branch-specific methods to BranchNode
    replace checks for LEAF_NODE with instanceof checks
    make some leaf-node-specific code to conditional
    
    * better fix to temp files deletion
    
    * add @OverRide
    mkeskells authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    9ecff9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40ff3aa View commit details
    Browse the repository at this point in the history
Loading