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 }}
inker0
/
imbl
Public
forked from
jneem/imbl
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
imbl
src
ord
on
main
User selector
All users
All time
Commit history
Commits on Jul 28, 2025
fix lifetimes for ordmap
dr-bonez
authored and
jneem
committed
5406871
View commit details
Copy full SHA for 5406871
View code at this point
Browse repository at this point
Commits on Jul 11, 2025
Add get_key_value_mut function to maps (#117)
arthurprs
authored
e493744
View commit details
Copy full SHA for e493744
View code at this point
Browse repository at this point
Commits on Jun 29, 2025
Remove allocations from empty HashMap/Set creation and their iterators (#112)
arthurprs
authored
7f1acec
View commit details
Copy full SHA for 7f1acec
View code at this point
Browse repository at this point
Commits on Jun 27, 2025
OrdMap: lift Branch/Leaf enum out of Node (#116)
goffrie
authored
1e85431
View commit details
Copy full SHA for 1e85431
View code at this point
Browse repository at this point
Commits on Apr 9, 2025
Rewrite OrdMap as a B+Tree for better performance and readability (#109)
arthurprs
authored
27f997d
View commit details
Copy full SHA for 27f997d
View code at this point
Browse repository at this point
Commits on Feb 11, 2025
Remove support for specialization and pools (#105)
Show description for b64a63e
jneem
authored
b64a63e
View commit details
Copy full SHA for b64a63e
View code at this point
Browse repository at this point
Commits on Jan 30, 2025
Provide pointer type abstraction through `archery` crate (#90)
inker0
authored
c37dae1
View commit details
Copy full SHA for c37dae1
View code at this point
Browse repository at this point
Commits on Jan 10, 2025
docs: fix OrdMap `get_prev` and `get_next` docs (#88)
gab8i
authored
918520a
View commit details
Copy full SHA for 918520a
View code at this point
Browse repository at this point
Commits on Dec 16, 2024
Make OrdMap::range not implement ExactSizedIterator (#85)
Show description for aa97553
jneem
authored
aa97553
View commit details
Copy full SHA for aa97553
View code at this point
Browse repository at this point
Commits on Apr 16, 2024
feat: Make get_next/get_prev mor generic such that borrowed forms of keys can be used. (#77)
mlgiraud
authored
fd4e350
View commit details
Copy full SHA for fd4e350
View code at this point
Browse repository at this point
Commits on Apr 4, 2024
Speedup hashmap by speeding up node creation (#76)
arthurprs
authored
2398556
View commit details
Copy full SHA for 2398556
View code at this point
Browse repository at this point
Commits on Oct 24, 2023
feat: Bring OrdSet in line with BTreeSet from std library by adding get. (#70)
Show description for 340c9da
mlgiraud
authored
340c9da
View commit details
Copy full SHA for 340c9da
View code at this point
Browse repository at this point
Commits on Oct 16, 2023
Satisfy clippy (#69)
jneem
authored
edc7d49
View commit details
Copy full SHA for edc7d49
View code at this point
Browse repository at this point
Commits on Aug 16, 2023
Fix clippy lints (#61)
jplatte
authored
6f5fe88
View commit details
Copy full SHA for 6f5fe88
View code at this point
Browse repository at this point
Commits on May 1, 2022
deprecate the `difference` function. (#57)
Show description for 8756e76
ratmice
authored
8756e76
View commit details
Copy full SHA for 8756e76
View code at this point
Browse repository at this point
Commits on Apr 11, 2022
Implement Clone for by-ref iterators. (#55)
jneem
authored
dd9e158
View commit details
Copy full SHA for dd9e158
View code at this point
Browse repository at this point
Commits on Apr 10, 2022
Make everything covariant.
Show description for a5c49d8
jneem
authored
a5c49d8
View commit details
Copy full SHA for a5c49d8
View code at this point
Browse repository at this point
Commits on Jan 13, 2022
Fix some clippy lints in tests.
ratmice
authored and
jneem
committed
f028733
View commit details
Copy full SHA for f028733
View code at this point
Browse repository at this point
Add #[must_use] to some functions as suggested by clippy, fallout.
ratmice
authored and
jneem
committed
2e2a17d
View commit details
Copy full SHA for 2e2a17d
View code at this point
Browse repository at this point
Commits on Nov 26, 2021
Separate the lifetimes of each input of OrdMap::diff and OrdSet::diff (#42)
Show description for 94e30ef
jneem
and
SimonSapin
authored
94e30ef
View commit details
Copy full SHA for 94e30ef
View code at this point
Browse repository at this point
Commits on Aug 13, 2021
add test for OrdMap::get_prev/get_next (#21)
Show description for 1818ef6
xu-cheng
authored
1818ef6
View commit details
Copy full SHA for 1818ef6
View code at this point
Browse repository at this point
Commits on Aug 12, 2021
Fix union priority in OrdMap. (#22)
Show description for 778605f
jneem
authored
778605f
View commit details
Copy full SHA for 778605f
View code at this point
Browse repository at this point
Commits on Aug 11, 2021
Make a more concerted effort to use Arc instead of Rc. (#19)
Show description for a64095d
jneem
authored
a64095d
View commit details
Copy full SHA for a64095d
View code at this point
Browse repository at this point
Commits on Aug 10, 2021
Use the fancy new auto-links.
jneem
committed
3ef6519
View commit details
Copy full SHA for 3ef6519
View code at this point
Browse repository at this point
fix HashSet references in the OrdSet docs
Rogach
authored and
jneem
committed
1b8d1cf
View commit details
Copy full SHA for 1b8d1cf
View code at this point
Browse repository at this point
Build union of two maps/sets by mutating the larger one, not the first
Show description for 117da6d
SimonSapin
authored and
jneem
committed
117da6d
View commit details
Copy full SHA for 117da6d
View code at this point
Browse repository at this point
Commits on Aug 8, 2021
Fix BTree lookup logic.
Show description for 3442a90
jneem
committed
3442a90
View commit details
Copy full SHA for 3442a90
View code at this point
Browse repository at this point
Fix btree removal and path_{next/prev}.
arthurprs
authored and
jneem
committed
3a2aec0
View commit details
Copy full SHA for 3a2aec0
View code at this point
Browse repository at this point
Commits on Aug 6, 2021
Silence clippy.
jneem
committed
67ce8b5
View commit details
Copy full SHA for 67ce8b5
View code at this point
Browse repository at this point
Change the crate name in lots more places.
jneem
committed
6c4587f
View commit details
Copy full SHA for 6c4587f
View code at this point
Browse repository at this point
Commits on Jul 27, 2020
Fix OrdMap::range including keys outside of requested range if end bound doesn't exist in tree.
Show description for 3f4e01a
theli-ua
authored and
bodil
committed
3f4e01a
View commit details
Copy full SHA for 3f4e01a
View code at this point
Browse repository at this point
Use str::lines() instead of splitting and stripping for the #124 repro case.
bodil
authored
2cae6fb
View commit details
Copy full SHA for 2cae6fb
View code at this point
Browse repository at this point
Commits on Jul 14, 2020
Make the issue #124 fixture work on Windows. 🤦♀️
bodil
committed
d8d8198
View commit details
Copy full SHA for d8d8198
View code at this point
Browse repository at this point
Move test fixture into src folder to unbreak im-rc build.
bodil
committed
1074663
View commit details
Copy full SHA for 1074663
View code at this point
Browse repository at this point
Bump proptest, appease Clippy, update changelog.
bodil
committed
b3257b4
View commit details
Copy full SHA for b3257b4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.