Results 74 comments of Ben Alex

I agree XXH64 and SipHash aim at different problems. The [Hash-Bench Scope section](https://github.com/benalexau/hash-bench#scope) lists some other considerations too when comparing hash algos. If SipHash is what you would like, the...

Was this ever resolved? Have you tried to run the [Verifier](https://github.com/lmdbjava/lmdbjava/blob/master/src/main/java/org/lmdbjava/Verifier.java)?

Thanks for the follow up. The wiki has some pages that may have helped. The [concurrency](https://github.com/lmdbjava/lmdbjava/wiki/Concurrency) page in particular is worth a look for anyone who finds this issue. It...

This is a more complicated proposal than it first appears. The PR modifies two implementations of the `BufferProxy.compare(T, T)` method. This method provides comparator functionality should `null` be passed in...

After thinking about this some more I believe the better approach is to store a mandatory `Comparator` in the `Dbi` at construction time. If the user does not provide a...

Following the release of 0.8.3 I switched the target development version to 0.9.0 and implemented my prior comment. The main changes are: * A default `Comparator` is provided by each...

As per https://github.com/lmdbjava/lmdbjava/pull/217 a Zig-based cross-compilation process has now been added to LmdbJava and deprecates the old LmdbJava Native project. I would welcome an update to this PR or a...

Closing this ticket as #218 has added the required functionality and has been merged.

`libmdbx` project is now read-only with a statement "The next version is under active non-public development from scratch and will be released as MithrilDB". Also the `mdbxjni` Java wrapper hasn't...

Thanks @at055612 for this PR and my apologies for the delay in reviewing it. I have merged your changes via commit 3db0def. I added a Maven Surefire configuration to avoid...