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
Some of the low level calls to LMDB functions in JVM should be handled in native code (e.g. using zig), for example, the range iterators, comparators, etc, so only high level logic are done in JVM. So we can improve performance and retain flexibility.
The text was updated successfully, but these errors were encountered:
Some of the low level calls to LMDB functions in JVM should be handled in native code (e.g. using zig), for example, the range iterators, comparators, etc, so only high level logic are done in JVM. So we can improve performance and retain flexibility.
The text was updated successfully, but these errors were encountered: