-
Updated
Jun 1, 2020 - C++
lmdb
Here are 75 public repositories matching this topic...
It may be helpful to add the following notes to the Windows build guide:
- You need to explicitly run the 64-bit version of msys2 (at least on a 64-bit system)
- If you encounter errors when running
python3 setup.py install
for the pyfastogt python scripts you may need to run this commandpython -m pip install -U --force-reinstall pip setuptools
- If you encounter errors with `python3 build
-
Updated
Jun 2, 2020 - Java
-
Updated
May 29, 2020 - C
-
Updated
May 28, 2020 - Python
https://docs.rs/rkv/0.10.2/rkv/struct.EnvironmentBuilder.html#method.open_with_permissions
I don't see a way to build an Rkv
from an Environment
directly, only via an EnvironmentBuilder
, but there's no way to set permissions/modes on an EnvironmentBuilder
.
Deadlock under Linux
Hello! I've been using my own bindings for a while, but recently switched to your package because of handy API and because Go doesn't allow to link the same C symbols under different package names.
The problem is, the code you're using in the package is somehow differs from their tip version on GitHub. I've been using the tip 0.9.70 from here: https://git
LMDB have an important restriction on the unnamed database when named ones are opened, the names of the named databases are stored as keys in the unnamed one and are immutable.
I faced a big bug that triggered a SIGSEGV when copying all of the entries of one unnamed database into another env, heed tried to write
-
Updated
Oct 23, 2019 - Python
-
Updated
Apr 25, 2020 - Jupyter Notebook
documentation
It seems the code is severely lacking in comments. If this is still maintained, it should be updated to allow for godocs to document the code.
-
Updated
Feb 6, 2020 - Python
-
Updated
Jan 6, 2020 - Python
-
Updated
Mar 24, 2018 - JavaScript
-
Updated
Apr 1, 2019 - JavaScript
Currently, we only have https://github.com/crossbario/zlmdb/blob/a657c3b01ec1e50f596dda72b9573e2dc3f2fbc9/zlmdb/_database.py#L388 which give DB level statistics (used bytes, percentage free).
It does not give record counts for all (zlmdb) tables ..
Improve this page
Add a description, image, and links to the lmdb topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lmdb topic, visit your repo's landing page and select "manage topics."
As a new Crux user, I've spent a lot of time reading and re-reading the docs. The following are some suggestions for improvements to the documentation that I believe will make Crux more easily understood by new users.