-
Dear Stevenlsw,
I hope this message finds you well. I encountered an issue that the "data.lmdb" file in data seem to be corrupted .I use python==3.6 and LMDB version is 1.2.1. This is my error report…
-
The log output doesn't look interesting, nothing in dmesg too:
```
2024-03-17 14:57:00.532 7ff3503222c0 INFO logging contrib/epee/src/mlog.cpp:273 New log categories: *:WARNING,net:FATAL,net.htt…
l29ah updated
1 month ago
-
I think we have to sort out the GIL handling properly. This test,
```python
@pytest.mark.parametrize('n', range(1000))
def test_append_empty_arrays_to_column(self, lmdb_version_store, arr…
-
**Description:**
The TypeScript definitions for `lmdb` appear to be missing the `getAsync` method, which exists in the JavaScript version. This results in TypeScript users not being able to use `ge…
-
I wonder why lmdb_writer.py generates "data.mdb" and "lock.mdb" rather than "train.lmdb,train.lmdb-lock,valid.lmdb,valid.lmdb-lock". How to generate these files?
zcoo updated
4 months ago
-
Use the section API [NtCreateSectionFunc](https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/ntifs/nf-ntifs-ntcreatesection) to reduce the disk size on Windows. For inspiration take a look…
-
to learn
- multi-threading
-
## Description
We've found a very weird issue on one of our nodes where binaries compiled with ~~LMDB~~ MDBX cause memory corruption during execution. Even when the code paths that use MDBX (i.e. t…
-
ghost updated
4 years ago
-
你好,还有一个问题,就是lmdb生成的时候,除了需要裁减之后的图片,对应的标签文件有什么?看了很久python源码也没有看出来。望解答,谢谢~