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 }}
dfinity
/
stable-structures
Public
Notifications
You must be signed in to change notification settings
Fork
39
Star
111
Code
Issues
15
Pull requests
20
Actions
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
feat: implement
entry
for
BTreeMap
similar to std lib
- #420
#420
Open
hpeebles
wants to merge 23 commits into
dfinity:main
dfinity/stable-structures:main
from
hpeebles:entry
hpeebles/stable-structures:entry
Copy head branch name to clipboard
Conversation
Commits
23
(23)
Checks
Files changed
Open
feat: implement
entry
for
BTreeMap
similar to std lib
#420
hpeebles
wants to merge 23 commits into
dfinity:main
dfinity/stable-structures:main
from
hpeebles:entry
hpeebles/stable-structures:entry
Copy head branch name to clipboard
Commits
Commits on Mar 26, 2026
Implement `entry` for `BTreeMap` similar to std lib
hpeebles
committed
574aaf4
View commit details
Copy full SHA for 574aaf4
Browse repository at this point
clippy
hpeebles
committed
f6d06fb
View commit details
Copy full SHA for f6d06fb
Browse repository at this point
Commits on Mar 27, 2026
Add doc comments
hpeebles
committed
b620979
View commit details
Copy full SHA for b620979
Browse repository at this point
Remove 2 debug asserts which I added but are overly restrictive
hpeebles
committed
4e92c92
View commit details
Copy full SHA for 4e92c92
Browse repository at this point
Only apply restriction to Leaf nodes
hpeebles
committed
ded3088
View commit details
Copy full SHA for ded3088
Browse repository at this point
Use `debug_assert_eq` rather than `debug_assert`
hpeebles
committed
1b1f247
View commit details
Copy full SHA for 1b1f247
Browse repository at this point
Add proptests
hpeebles
committed
787ff04
View commit details
Copy full SHA for 787ff04
Browse repository at this point
Commits on Mar 31, 2026
Add more functionality
hpeebles
committed
68f4f81
View commit details
Copy full SHA for 68f4f81
Browse repository at this point
Get the AI to polish it up
hpeebles
committed
29f86a3
View commit details
Copy full SHA for 29f86a3
Browse repository at this point
Return `LazyValue` to avoid deserialization if not reading value
hpeebles
committed
d313e66
View commit details
Copy full SHA for d313e66
Browse repository at this point
Update proptests
hpeebles
committed
ca48b9a
View commit details
Copy full SHA for ca48b9a
Browse repository at this point
clippy
hpeebles
committed
0d1bbd4
View commit details
Copy full SHA for 0d1bbd4
Browse repository at this point
Improve doc comments
hpeebles
committed
fdf8571
View commit details
Copy full SHA for fdf8571
Browse repository at this point
s -> z
hpeebles
committed
51f4a84
View commit details
Copy full SHA for 51f4a84
Browse repository at this point
Commits on Apr 1, 2026
Merge branch 'main' of https://github.com/dfinity/stable-structures
Show description for bb7a881
hpeebles
committed
bb7a881
View commit details
Copy full SHA for bb7a881
Browse repository at this point
Revert `insert` back to how it was since "find node -> insert" is slower
hpeebles
committed
63c7c58
View commit details
Copy full SHA for 63c7c58
Browse repository at this point
Remove these
hpeebles
committed
13f74c3
View commit details
Copy full SHA for 13f74c3
Browse repository at this point
Deduplicate by passing callback into `find_node_for_insert`
hpeebles
committed
f0a56ce
View commit details
Copy full SHA for f0a56ce
Browse repository at this point
Commits on May 10, 2026
Merge branch 'main' of https://github.com/dfinity/stable-structures
Show description for f219ecd
hpeebles
committed
f219ecd
View commit details
Copy full SHA for f219ecd
Browse repository at this point
Commits on Jul 24, 2026
perf: use the node cache in the entry API
Show description for c4ac0a5
hpeebles
and
claude
committed
c4ac0a5
View commit details
Copy full SHA for c4ac0a5
Browse repository at this point
test: add canbench baselines for the entry benchmarks
Show description for a80fb27
hpeebles
and
claude
committed
a80fb27
View commit details
Copy full SHA for a80fb27
Browse repository at this point
Commits on Jul 25, 2026
fix(btreemap): report the stored key from `OccupiedEntry::key`
Show description for 05c3ade
hpeebles
and
claude
committed
05c3ade
View commit details
Copy full SHA for 05c3ade
Browse repository at this point
docs(btreemap): document that `entry` writes to stable memory
Show description for 0caf2bb
hpeebles
and
claude
committed
0caf2bb
View commit details
Copy full SHA for 0caf2bb
Browse repository at this point
You can’t perform that action at this time.