Shared Memory Dictionary utilizing Posix IPC semaphores and shared memory segments and offering permanent disk storage of data if required.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Nate Bohman cdf3639a5f
Adding Resizing Tests
hace 4 años
docs Adding Resizing Tests hace 4 años
shm_dict Adding Resizing Tests hace 4 años
tests Adding Resizing Tests hace 4 años
.gitignore Trying to get source.html files included in docs hace 4 años
.isort.cfg Inital Commit hace 4 años
.pre-commit-config.yaml Inital Commit hace 4 años
.pylintrc Inital Commit hace 4 años
LICENSE Inital Commit hace 4 años
LICENSE.LESSER Inital Commit hace 4 años
MANIFEST.in Cleaning up Docs hace 4 años
README.md Initial commit hace 4 años
pyproject.toml Inital Commit hace 4 años
requirements-all.txt Inital Commit hace 4 años
requirements-dev.txt Inital Commit hace 4 años
requirements.txt Inital Commit hace 4 años
setup.cfg Inital Commit hace 4 años
setup.py Changing URLs and email addresses hace 4 años
tox.ini Inital Commit hace 4 años

README.md

shm_dict

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