Shared Memory Dictionary utilizing Posix IPC semaphores and shared memory segments and offering permanent disk storage of data if required.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Nate Bohman cdf3639a5f
Adding Resizing Tests
il y a 5 ans
docs Adding Resizing Tests il y a 5 ans
shm_dict Adding Resizing Tests il y a 5 ans
tests Adding Resizing Tests il y a 5 ans
.gitignore Trying to get source.html files included in docs il y a 5 ans
.isort.cfg Inital Commit il y a 5 ans
.pre-commit-config.yaml Inital Commit il y a 5 ans
.pylintrc Inital Commit il y a 5 ans
LICENSE Inital Commit il y a 5 ans
LICENSE.LESSER Inital Commit il y a 5 ans
MANIFEST.in Cleaning up Docs il y a 5 ans
README.md Initial commit il y a 5 ans
pyproject.toml Inital Commit il y a 5 ans
requirements-all.txt Inital Commit il y a 5 ans
requirements-dev.txt Inital Commit il y a 5 ans
requirements.txt Inital Commit il y a 5 ans
setup.cfg Inital Commit il y a 5 ans
setup.py Changing URLs and email addresses il y a 5 ans
tox.ini Inital Commit il y a 5 ans

README.md

shm_dict

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