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
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
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 }}
physwkim
/
rust-hdf5
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
9
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Chunked hyperslab writes, chunk-block reuse, and a real v2 B-tree index
- #4
#4
Merged
physwkim
merged 20 commits into
main
physwkim/rust-hdf5:main
from
chunked-hyperslab-and-btree-v2
physwkim/rust-hdf5:chunked-hyperslab-and-btree-v2
Copy head branch name to clipboard
Aug 12, 2026
Conversation
Commits
20
(20)
Checks
Files changed
Merged
Chunked hyperslab writes, chunk-block reuse, and a real v2 B-tree index
#4
physwkim
merged 20 commits into
main
physwkim/rust-hdf5:main
from
chunked-hyperslab-and-btree-v2
physwkim/rust-hdf5:chunked-hyperslab-and-btree-v2
Copy head branch name to clipboard
Commits
Commits on Aug 12, 2026
Generalize the hyperslab walker to two differently-shaped arrays
Show description for fb88cc9
physwkim
committed
fb88cc9
View commit details
Copy full SHA for fb88cc9
Browse repository at this point
Let the file allocator reclaim released blocks
Show description for 6c57bad
physwkim
committed
6c57bad
View commit details
Copy full SHA for 6c57bad
Browse repository at this point
Rewrite a chunk in place instead of abandoning its block
Show description for b7fd938
physwkim
committed
b7fd938
View commit details
Copy full SHA for b7fd938
Browse repository at this point
Gate the filtered-chunk rewrite test on the deflate feature
Show description for e8e707e
physwkim
committed
e8e707e
View commit details
Copy full SHA for e8e707e
Browse repository at this point
Support write_slice on chunked datasets
Show description for a8e13ba
physwkim
committed
a8e13ba
View commit details
Copy full SHA for a8e13ba
Browse repository at this point
Document chunked write_slice and the chunk-block reuse fixes
Show description for 84473cd
physwkim
committed
84473cd
View commit details
Copy full SHA for 84473cd
Browse repository at this point
Correct four docs that claim a contiguous-only restriction
Show description for 721d8b9
physwkim
committed
721d8b9
View commit details
Copy full SHA for 721d8b9
Browse repository at this point
Drop the unreachable filtered branch from the BT2 chunk read
Show description for 3853c2b
physwkim
committed
3853c2b
View commit details
Copy full SHA for 3853c2b
Browse repository at this point
Keep v2 B-tree chunk records ordered by scaled offsets
Show description for 51cbb78
physwkim
committed
51cbb78
View commit details
Copy full SHA for 51cbb78
Browse repository at this point
Support compression on multi-unlimited-dimension datasets
Show description for d86f0ed
physwkim
committed
d86f0ed
View commit details
Copy full SHA for d86f0ed
Browse repository at this point
Document filtered v2-B-tree support and the record-ordering fix
Show description for c5a3134
physwkim
committed
c5a3134
View commit details
Copy full SHA for c5a3134
Browse repository at this point
Give the v2 B-tree fixed-size nodes and a real tree shape
Show description for 418baa3
physwkim
committed
418baa3
View commit details
Copy full SHA for 418baa3
Browse repository at this point
Support direct chunk writes on a v2-B-tree index
Show description for 65f421e
physwkim
committed
65f421e
View commit details
Copy full SHA for 65f421e
Browse repository at this point
Document the v2-B-tree node rework and direct chunk writes
physwkim
committed
921f4d8
View commit details
Copy full SHA for 921f4d8
Browse repository at this point
Verify the v2 B-tree node blocks and the pool's accounting
Show description for 529bc4d
physwkim
committed
529bc4d
View commit details
Copy full SHA for 529bc4d
Browse repository at this point
Justify BT2 node padding by what it actually prevents
Show description for 2ce0e04
physwkim
committed
2ce0e04
View commit details
Copy full SHA for 2ce0e04
Browse repository at this point
Free the v2 B-tree node blocks a shrinking tree gives up
Show description for 07d09bb
physwkim
committed
07d09bb
View commit details
Copy full SHA for 07d09bb
Browse repository at this point
Note the node-pool shrink in the changelog
physwkim
committed
6995508
View commit details
Copy full SHA for 6995508
Browse repository at this point
Keep the existing rows when a buffered append flushes (issue #3)
Show description for 3a0c7b7
physwkim
committed
3a0c7b7
View commit details
Copy full SHA for 3a0c7b7
Browse repository at this point
Release 0.4.0: chunked hyperslab writes and a real v2 B-tree index
Show description for 64468ab
physwkim
committed
64468ab
View commit details
Copy full SHA for 64468ab
Browse repository at this point
You can’t perform that action at this time.