Shared Memory Dictionary utilizing Posix IPC semaphores and shared memory segments and offering permanent disk storage of data if required.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Nate Bohman bfee6e6b57
Inital Commit
5年前
docs Inital Commit 5年前
shm_dict Inital Commit 5年前
tests Inital Commit 5年前
.gitignore Inital Commit 5年前
.isort.cfg Inital Commit 5年前
.pre-commit-config.yaml Inital Commit 5年前
.pylintrc Inital Commit 5年前
LICENSE Inital Commit 5年前
LICENSE.LESSER Inital Commit 5年前
MANIFEST.in Inital Commit 5年前
README.md Initial commit 5年前
pyproject.toml Inital Commit 5年前
requirements-all.txt Inital Commit 5年前
requirements-dev.txt Inital Commit 5年前
requirements.txt Inital Commit 5年前
setup.cfg Inital Commit 5年前
setup.py Inital Commit 5年前
test Inital Commit 5年前
tox.ini Inital Commit 5年前

README.md

shm_dict

Shared Memory Dictionary utilizing Posix IPC semaphores and shared memory segments and offering permanent disk storage of data if required.