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.1.0
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.2.0
Choose a head ref
  • 5 commits
  • 87 files changed
  • 3 contributors

Commits on Jun 18, 2024

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

Commits on Jun 20, 2024

  1. improve: Optimize RoaringBitSet.get(int fromIndex, int toIndex) (#727)

    * improve: Optimize RoaringBitSet.get(int fromIndex, int toIndex)
    
    * Add range check
    
    * Simplify implementation based on review feedback
    lhotari authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    75a97ad View commit details
    Browse the repository at this point in the history
  2. fix: add bitmapOfRange (non-static) (#728)

    * fix: add bitmapOfRange (non-static)
    
    * lint
    lemire authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    3a84161 View commit details
    Browse the repository at this point in the history
  3. version bump

    lemire committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8d4155d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7b1ded View commit details
    Browse the repository at this point in the history
Loading