Python bindings for RocksDB
43a6997362
On delete rocksdb waits for the background thread to finish. However the background threads needs the GIL to execute python-code (for example comparator) => * main thread has GIL * main thread waits for background thread * background thread tries to get GIL which means deadlock |
||
---|---|---|
docs | ||
rocksdb | ||
.gitignore | ||
README.md | ||
setup.py |
pyrocksdb
Python bindings for RocksDB. See http://pyrocksdb.readthedocs.org for details