.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
setup.py
uv.lock
.github/workflows/ci.yaml
cpp_src/shared_dict.cpp
cpp_src/shared_dict.hpp
examples/basic_comparison.py
examples/concurrent_access.py
examples/getting_started.py
examples/initialization_demo.py
examples/memory_usage.py
examples/mixed_data_benchmark.py
examples/numpy_performance_benchmark.py
examples/shared_cache_example.py
src/sharedbox/__init__.py
src/sharedbox/_shareddict.pyi
src/sharedbox/_shareddict.pyx
src/sharedbox/_version.py
src/sharedbox/utils.py
src/sharedbox.egg-info/PKG-INFO
src/sharedbox.egg-info/SOURCES.txt
src/sharedbox.egg-info/dependency_links.txt
src/sharedbox.egg-info/not-zip-safe
src/sharedbox.egg-info/requires.txt
src/sharedbox.egg-info/top_level.txt
tests/test_initialization_data.py
tests/test_mixed_data_types.py
tests/test_multiprocess_containers.py
tests/test_numpy_support.py