Shared Memory Dictionary utilizing Posix IPC semaphores and shared memory segments and offering permanent disk storage of data if required.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nate Bohman 7b36894a2b
Removing test file
5 年之前
docs Cleaning up Docs 5 年之前
shm_dict Cleaning up Docs 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 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.