Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
apache
/
iceberg-cpp
Public
Notifications
You must be signed in to change notification settings
Fork
119
Star
217
Code
Issues
31
Pull requests
36
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat/perf: optimize AddRange in RoaringPositionBitmap
- #608
#608
Merged
wgtmac
merged 13 commits into
apache:main
apache/iceberg-cpp:main
from
Baunsgaard:optimize-addrange-roaring-bitmap
Baunsgaard/iceberg-cpp:optimize-addrange-roaring-bitmap
Copy head branch name to clipboard
Apr 4, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
feat/perf: optimize AddRange in RoaringPositionBitmap
#608
wgtmac
merged 13 commits into
apache:main
apache/iceberg-cpp:main
from
Baunsgaard:optimize-addrange-roaring-bitmap
Baunsgaard/iceberg-cpp:optimize-addrange-roaring-bitmap
Copy head branch name to clipboard
Commits
Commits on Mar 29, 2026
perf: optimize AddRange in RoaringPositionBitmap
Show description for acc264b
Baunsgaard
committed
acc264b
View commit details
Copy full SHA for acc264b
Browse repository at this point
Fix TestOptimize to use Add() instead of AddRange()
Show description for 520a868
Baunsgaard
committed
520a868
View commit details
Copy full SHA for 520a868
Browse repository at this point
Commits on Mar 31, 2026
Merge AddRange guard clauses into a single if block
Show description for 1f70485
Baunsgaard
committed
1f70485
View commit details
Copy full SHA for 1f70485
Browse repository at this point
Clamp AddRange to valid positions instead of rejecting entirely
Show description for 3c4ce82
Baunsgaard
committed
3c4ce82
View commit details
Copy full SHA for 3c4ce82
Browse repository at this point
Simplify AddRange to use a single loop over keys
Show description for 45ee748
Baunsgaard
committed
45ee748
View commit details
Copy full SHA for 45ee748
Browse repository at this point
Fix AddRange doc to accurately describe clamping behavior
Show description for 571c076
Baunsgaard
committed
571c076
View commit details
Copy full SHA for 571c076
Browse repository at this point
Parameterize AddRange no-op tests
Show description for ab7e189
Baunsgaard
committed
ab7e189
View commit details
Copy full SHA for ab7e189
Browse repository at this point
Throw on reversed range in AddRange for consistency
Show description for 7214fa1
Baunsgaard
committed
7214fa1
View commit details
Copy full SHA for 7214fa1
Browse repository at this point
Fix clang-format violations
Show description for 3c55027
Baunsgaard
committed
3c55027
View commit details
Copy full SHA for 3c55027
Browse repository at this point
Fix util_test timeout caused by TestAddRangeClampBeyondMaxPosition
Show description for 6f7a1db
Baunsgaard
committed
6f7a1db
View commit details
Copy full SHA for 6f7a1db
Browse repository at this point
Simplify AddRange by removing redundant equality check
Show description for 9c06f42
Baunsgaard
committed
9c06f42
View commit details
Copy full SHA for 9c06f42
Browse repository at this point
Silently ignore reversed ranges in AddRange for consistency
Show description for 44df040
Baunsgaard
committed
44df040
View commit details
Copy full SHA for 44df040
Browse repository at this point
Extract pos_last variable to avoid repeated pos_end - 1
Baunsgaard
committed
4421d7d
View commit details
Copy full SHA for 4421d7d
Browse repository at this point
You can’t perform that action at this time.