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 bfee6e6b57
Inital Commit
4 yıl önce
docs Inital Commit 4 yıl önce
shm_dict Inital Commit 4 yıl önce
tests Inital Commit 4 yıl önce
.gitignore Inital Commit 4 yıl önce
.isort.cfg Inital Commit 4 yıl önce
.pre-commit-config.yaml Inital Commit 4 yıl önce
.pylintrc Inital Commit 4 yıl önce
LICENSE Inital Commit 4 yıl önce
LICENSE.LESSER Inital Commit 4 yıl önce
MANIFEST.in Inital Commit 4 yıl önce
README.md Initial commit 4 yıl önce
pyproject.toml Inital Commit 4 yıl önce
requirements-all.txt Inital Commit 4 yıl önce
requirements-dev.txt Inital Commit 4 yıl önce
requirements.txt Inital Commit 4 yıl önce
setup.cfg Inital Commit 4 yıl önce
setup.py Inital Commit 4 yıl önce
test Inital Commit 4 yıl önce
tox.ini Inital Commit 4 yıl önce

README.md

shm_dict

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