Shared Memory Dictionary utilizing Posix IPC semaphores and shared memory segments and offering permanent disk storage of data if required.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Nate Bohman f4db69af92
Cleaning up cruft
5 年前
docs Trying to get source.html files included in docs 5 年前
shm_dict Cleaning up cruft 5 年前
tests Inital Commit 5 年前
.gitignore Trying to get source.html files included in docs 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 Cleaning up Docs 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 年前
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.