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 cdf3639a5f
Adding Resizing Tests
před 4 roky
docs Adding Resizing Tests před 4 roky
shm_dict Adding Resizing Tests před 4 roky
tests Adding Resizing Tests před 4 roky
.gitignore Trying to get source.html files included in docs před 4 roky
.isort.cfg Inital Commit před 4 roky
.pre-commit-config.yaml Inital Commit před 4 roky
.pylintrc Inital Commit před 4 roky
LICENSE Inital Commit před 4 roky
LICENSE.LESSER Inital Commit před 4 roky
MANIFEST.in Cleaning up Docs před 4 roky
README.md Initial commit před 4 roky
pyproject.toml Inital Commit před 4 roky
requirements-all.txt Inital Commit před 4 roky
requirements-dev.txt Inital Commit před 4 roky
requirements.txt Inital Commit před 4 roky
setup.cfg Inital Commit před 4 roky
setup.py Changing URLs and email addresses před 4 roky
tox.ini Inital Commit před 4 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.