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 }}
KentBeck
/
BPlusTree3
Public
Notifications
You must be signed in to change notification settings
Fork
39
Star
408
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: KentBeck/BPlusTree3
Actions
All workflows
Workflows
Build Wheels
Build Wheels
Copilot
Copilot
Performance Tracking
Performance Tracking
Python CI
Python CI
Release
Release
Rust CI
Rust CI
Show more workflows...
Management
Caches
Python CI
Python CI
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
python-ci.yml
will be ignored since log searching is not yet available
123 workflow runs
123 workflow runs
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
perf: increase default capacity from 16 to 128 for better performance
Python CI
#147:
Commit
ca80e4d
pushed by
KentBeck
1m 26s
main
main
1m 26s
View workflow file
nav: force-inline find_leaf_for_key_with_match; minor micro-optimizat…
Python CI
#146:
Commit
403d8c3
pushed by
KentBeck
1m 16s
main
main
1m 16s
View workflow file
get: use leaf search match flag to avoid key equality check; add find…
Python CI
#145:
Commit
223ab56
pushed by
KentBeck
1m 16s
main
main
1m 16s
View workflow file
nav: centralize find_leaf_for_key in tree_structure; refactor get/get…
Python CI
#144:
Commit
8650404
pushed by
KentBeck
1m 17s
main
main
1m 17s
View workflow file
range: remove dead helpers (optimize_range_query, estimate_range_size…
Python CI
#143:
Commit
d7ca26e
pushed by
KentBeck
1m 14s
main
main
1m 14s
View workflow file
Update README with accurate performance characteristics
Python CI
#142:
Commit
aec495f
pushed by
KentBeck
1m 18s
main
main
1m 18s
View workflow file
bplus: enforce capacity invariants on merges; remove reserve implicat…
Python CI
#141:
Commit
9a66151
pushed by
KentBeck
1m 25s
main
main
1m 25s
View workflow file
Chore: add ignore rules for trace artifacts
Python CI
#140:
Commit
9af0fc8
pushed by
KentBeck
1m 25s
main
main
1m 25s
View workflow file
Chore: clean old commented code; finalize pre-commit hook
Python CI
#139:
Commit
37bd7ed
pushed by
KentBeck
1m 18s
main
main
1m 18s
View workflow file
Chore: satisfy clippy on lib; move test modules to file ends; replace…
Python CI
#138:
Commit
3328285
pushed by
KentBeck
1m 17s
main
main
1m 17s
View workflow file
Perf: preallocate node vectors to capacity; drop merge-time reserves.…
Python CI
#137:
Commit
2579371
pushed by
KentBeck
1m 21s
main
main
1m 21s
View workflow file
Perf: improve delete merges via pre-reserve before bulk append; add l…
Python CI
#136:
Commit
c912058
pushed by
KentBeck
1m 19s
main
main
1m 19s
View workflow file
refactor: eliminate redundant get_leaf_mut call in leaf split
Python CI
#135:
Commit
026254c
pushed by
KentBeck
1m 18s
main
main
1m 18s
View workflow file
refactor: optimize arena access in leaf split insertion
Python CI
#134:
Commit
687783d
pushed by
KentBeck
1m 25s
main
main
1m 25s
View workflow file
Fix clippy warnings in detailed_delete_profiler.rs
Python CI
#133:
Commit
2a566af
pushed by
KentBeck
1m 15s
main
main
1m 15s
View workflow file
fix: resolve GitHub CI warnings in iteration.rs
Python CI
#132:
Commit
b041a27
pushed by
KentBeck
1m 25s
main
main
1m 25s
View workflow file
feat: implement proper arena allocation for leaf splits
Python CI
#131:
Commit
31ae564
pushed by
KentBeck
1m 19s
main
main
1m 19s
View workflow file
perf: inline LeafNode::insert logic into insert_into_leaf
Python CI
#130:
Commit
22b61d1
pushed by
KentBeck
1m 21s
main
main
1m 21s
View workflow file
refactor: extract insert_into_leaf helper method
Python CI
#129:
Commit
a287dc9
pushed by
KentBeck
1m 23s
main
main
1m 23s
View workflow file
Delete no longer useful files
Python CI
#128:
Commit
6f238a8
pushed by
KentBeck
1m 14s
main
main
1m 14s
View workflow file
Remove dead code
Python CI
#127:
Commit
2a15a40
pushed by
KentBeck
1m 19s
main
main
1m 19s
View workflow file
feat: enhance delete profiler and fix compilation issues
Python CI
#126:
Commit
3b392f9
pushed by
KentBeck
1m 18s
main
main
1m 18s
View workflow file
Fix code formatting and eliminate Rust compiler warnings
Python CI
#125:
Pull request
#8
synchronize by
Copilot
AI
1m 17s
copilot/fix-c14622ac-fb82-43da-8dbd-7657f17a15a8
copilot/fix-c14622ac-fb82-43da-8dbd-7657f17a15a8
1m 17s
View #8
View workflow file
Fix code formatting and eliminate Rust compiler warnings
Python CI
#124:
Pull request
#8
synchronize by
Copilot
AI
1m 19s
copilot/fix-c14622ac-fb82-43da-8dbd-7657f17a15a8
copilot/fix-c14622ac-fb82-43da-8dbd-7657f17a15a8
1m 19s
View #8
View workflow file
Optimize delete operations: inline sibling donation checks
Python CI
#122:
Commit
d0a6191
pushed by
KentBeck
1m 15s
main
main
1m 15s
View workflow file
Previous
1
2
3
4
5
Next
You can’t perform that action at this time.