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

README.md

shm_dict

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