Search Criteria
Package Details: libmdbx 0.13.8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libmdbx.git (read-only, click to copy) |
---|---|
Package Base: | libmdbx |
Description: | One of the fastest compact key-value ACID database without WAL, which surpasses the legendary LMDB in terms of reliability, features and performance. At the end of 2024 MDBX was chosen by all modern Ethereum frontiers/nodes as a storage engine. |
Upstream URL: | https://libmdbx.dqdkfa.ru/ |
Licenses: | Apache-2 |
Submitter: | Thermi |
Maintainer: | erthink |
Last Packager: | erthink |
Votes: | 1 |
Popularity: | 0.60 |
First Submitted: | 2021-02-03 23:31 (UTC) |
Last Updated: | 2025-09-10 23:08 (UTC) |
Latest Comments
mahlon commented on 2025-08-02 22:44 (UTC)
@erthink Good deal! I missed the license change, I'll get that updated for the FreeBSD port as well. Contacting you via email for some followup.
erthink commented on 2025-08-02 20:26 (UTC)
@mahlon, if necessary, contact me and I will be happy to help or advise (especially on topics related to libmdbx).
However, I don't use either ArchLinux nor AUR. So, I can hardly be useful.
// Just in case, pay attention: Since 0.13.x libmdbx is under Apache 2 license.
mahlon commented on 2025-07-31 02:03 (UTC)
Hello Leonid and Thermi.
I'm already maintaining libmdbx on FreeBSD, I'd be happy to update there and here simultaneously. I have a patch ready for 0.13.7 that also addresses some of Leonid's early comments. Please let me know what the best way to get that to you (I'm a bit new to the AUR.)
erthink commented on 2023-03-09 10:59 (UTC)
@Thermi, Please just use the original git repo, and then create an amalgamates sources by
make dist
if necessary.The test's source code was intentionally removed from amalgamated form. Since amalgamation intended for users which don’t need something else than minimal source code of library without any extras, including tests and git internals.
So please just use what you need, rather than you like to use.
Thermi commented on 2023-03-09 02:40 (UTC)
@erthink if you could enable the tests implemented in the full sources (osal, stress tests, ...) to be run in the amalgated sources that'd be great and we could just easily upgrade the package.
erthink commented on 2023-02-19 16:10 (UTC) (edited on 2023-02-19 16:13 (UTC) by erthink)