Shared Memory Dictionary utilizing Posix IPC semaphores and shared memory segments and offering permanent disk storage of data if required.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Nate Bohman bfee6e6b57
Inital Commit
před 5 roky
docs Inital Commit před 5 roky
shm_dict Inital Commit před 5 roky
tests Inital Commit před 5 roky
.gitignore Inital Commit před 5 roky
.isort.cfg Inital Commit před 5 roky
.pre-commit-config.yaml Inital Commit před 5 roky
.pylintrc Inital Commit před 5 roky
LICENSE Inital Commit před 5 roky
LICENSE.LESSER Inital Commit před 5 roky
MANIFEST.in Inital Commit před 5 roky
README.md Initial commit před 5 roky
pyproject.toml Inital Commit před 5 roky
requirements-all.txt Inital Commit před 5 roky
requirements-dev.txt Inital Commit před 5 roky
requirements.txt Inital Commit před 5 roky
setup.cfg Inital Commit před 5 roky
setup.py Inital Commit před 5 roky
test Inital Commit před 5 roky
tox.ini Inital Commit před 5 roky

README.md

shm_dict

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