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
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
.
lmdbjava
/
lmdbjava
Public
Notifications
You must be signed in to change notification settings
Fork
126
Star
873
Code
Issues
8
Pull requests
6
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
lmdbjava
src
main
java
on
lmdbjava-0.9.3
User selector
All users
All time
Commit history
Commits on Feb 6, 2026
Prepare 0.9.3 release
Show description for 9bab60a
bp-alex
committed
9bab60a
View commit details
Copy full SHA for 9bab60a
View code at this point
Browse repository at this point
Commits on Nov 7, 2025
Add new line
stroomdev66
committed
d616de4
View commit details
Copy full SHA for d616de4
View code at this point
Browse repository at this point
Commits on Nov 5, 2025
#273 Improve DirectBufferProxy comparison performance
stroomdev66
committed
89634ca
View commit details
Copy full SHA for 89634ca
View code at this point
Browse repository at this point
Commits on Nov 4, 2025
#273 Improve ByteBufferProxy comparison performance
stroomdev66
committed
fadcb33
View commit details
Copy full SHA for fadcb33
View code at this point
Browse repository at this point
Resolve write performance regression (fixes #268)
Show description for ab6a6a0
bp-alex
committed
ab6a6a0
View commit details
Copy full SHA for ab6a6a0
View code at this point
Browse repository at this point
Commits on Oct 30, 2025
Replace Zig cross-compilation with native library artifact
Show description for e5b510c
bp-alex
committed
e5b510c
View commit details
Copy full SHA for e5b510c
View code at this point
Browse repository at this point
Commits on Oct 29, 2025
Fix major performance regression
Show description for e634b3f
bp-alex
committed
e634b3f
View commit details
Copy full SHA for e634b3f
View code at this point
Browse repository at this point
Commits on Oct 28, 2025
Upgrade to JUnit 5 and replace Hamcrest with AssertJ
stroomdev66
committed
2fb1c02
View commit details
Copy full SHA for 2fb1c02
View code at this point
Browse repository at this point
Commits on Oct 26, 2025
Fix accidental change to import order
at055612
committed
58a489f
View commit details
Copy full SHA for 58a489f
View code at this point
Browse repository at this point
Merge branch 'master' into fix/bufferproxy_out_ignored
at055612
committed
f0b9c56
View commit details
Copy full SHA for f0b9c56
View code at this point
Browse repository at this point
Commits on Oct 25, 2025
Fix JavaDoc link
bp-alex
committed
a510be7
View commit details
Copy full SHA for a510be7
View code at this point
Browse repository at this point
Fix transient pointer deallocation in ByteArrayProxy
Show description for c91893a
bp-alex
committed
c91893a
View commit details
Copy full SHA for c91893a
View code at this point
Browse repository at this point
Commits on Jul 8, 2025
Fix comparator lost buffer ref from proxy in Dbi.
Show description for ddca4bd
LambdAurora
committed
ddca4bd
View commit details
Copy full SHA for ddca4bd
View code at this point
Browse repository at this point
Commits on Feb 17, 2025
Refactor project build configuration
Show description for 309d8d9
bp-alex
committed
309d8d9
View commit details
Copy full SHA for 309d8d9
View code at this point
Browse repository at this point
Commits on Feb 16, 2025
Regression: Add DbiFlags#MDB_UNSIGNEDKEY to allow to compare byte array, ByteBuffer and DirectBuffer keys as unsigned like in versions prior to 0.9.0 (#237)
Show description for 68f0a44
cdprete
and
Cosimo Damiano Prete
authored
68f0a44
View commit details
Copy full SHA for 68f0a44
View code at this point
Browse repository at this point
Commits on Apr 24, 2023
Update formatting, documentation and limit GC test write frequency
Show description for cbdaee6
bp-alex
committed
cbdaee6
View commit details
Copy full SHA for cbdaee6
View code at this point
Browse repository at this point
Merge branch 'fixcorruptionbug' of https://github.com/2018ik/lmdbjava into 2018ik-fixcorruptionbug
bp-alex
committed
c5e02f7
View commit details
Copy full SHA for c5e02f7
View code at this point
Browse repository at this point
Remove hard-coded package name resolution (follows #217)
bp-alex
committed
98c233d
View commit details
Copy full SHA for 98c233d
View code at this point
Browse repository at this point
JavaDoc corrections (follows #217)
bp-alex
committed
d87bc4b
View commit details
Copy full SHA for d87bc4b
View code at this point
Browse repository at this point
Zig cross-compilation of native libraries (#217)
Show description for 288bb09
bp-alex
authored
288bb09
View commit details
Copy full SHA for 288bb09
View code at this point
Browse repository at this point
Commits on Apr 21, 2023
Hold strong reference to all buffers passed to LmdbJava (fixes #207)
2018ik
committed
0c636f1
View commit details
Copy full SHA for 0c636f1
View code at this point
Browse repository at this point
Commits on Mar 9, 2023
Library.java : fix mdb_reader_check api, Env.java : readerCheck impl (#212)
Show description for 9cf97a5
tran4o
authored
9cf97a5
View commit details
Copy full SHA for 9cf97a5
View code at this point
Browse repository at this point
Commits on Feb 4, 2023
JavaDoc corrections (#199)
bp-alex
committed
0dc6780
View commit details
Copy full SHA for 0dc6780
View code at this point
Browse repository at this point
Refactor Comparator handling (fixes #199)
bp-alex
committed
3524995
View commit details
Copy full SHA for 3524995
View code at this point
Browse repository at this point
Commits on Feb 3, 2023
Add protection for closed env (#186)
bp-alex
committed
3db0def
View commit details
Copy full SHA for 3db0def
View code at this point
Browse repository at this point
Replacing OneToOneConcurrentArrayQueue with ArrayDeque since it is thread local (#201)
Show description for 66d9f7a
danielcranford
and
dcranford
authored
66d9f7a
View commit details
Copy full SHA for 66d9f7a
View code at this point
Browse repository at this point
Dbi.openDbi(..) to support user-provided Txn (fixes #192)
bp-alex
committed
4182ad1
View commit details
Copy full SHA for 4182ad1
View code at this point
Browse repository at this point
Additional JavaDocs related to #195
bp-alex
committed
9f821c0
View commit details
Copy full SHA for 9f821c0
View code at this point
Browse repository at this point
Clarify concurrent requirements for Env methods (fixes #195)
bp-alex
committed
87dab31
View commit details
Copy full SHA for 87dab31
View code at this point
Browse repository at this point
Commits on Feb 2, 2023
Cursor.close() must release KeyVal even if write Txn closed (fixes #197)
bp-alex
committed
bb26a83
View commit details
Copy full SHA for bb26a83
View code at this point
Browse repository at this point
Copyright year only
bp-alex
committed
bf9e32a
View commit details
Copy full SHA for bf9e32a
View code at this point
Browse repository at this point
Commits on Apr 15, 2022
Update copyright year
bp-alex
committed
da2a849
View commit details
Copy full SHA for da2a849
View code at this point
Browse repository at this point
Commits on Oct 24, 2021
Support Netty ByteBuf variable sized data (#183)
bp-alex
committed
1d991f8
View commit details
Copy full SHA for 1d991f8
View code at this point
Browse repository at this point
Commits on Aug 2, 2021
Suppress PMD.CompareObjectsWithEquals warning
bp-alex
committed
0282cac
View commit details
Copy full SHA for 0282cac
View code at this point
Browse repository at this point
Minor adjustments so FindBugs passes the build
bp-alex
committed
29a1543
View commit details
Copy full SHA for 29a1543
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.