CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/ARCHITECTURE.md
docs/QUICKSTART.md
docs/README_CN.md
docs/USAGE.md
examples/basic_usage.py
examples/benchmark.py
examples/multiprocess.py
src/zero_copy_ipc/__init__.py
src/zero_copy_ipc/constants.py
src/zero_copy_ipc/dict.py
src/zero_copy_ipc/hash_table.py
src/zero_copy_ipc/heap_manager.py
src/zero_copy_ipc/lock.py
src/zero_copy_ipc/memory_layout.py
src/zero_copy_ipc/py.typed
src/zero_copy_ipc/segmented_lock.py
src/zero_copy_ipc/serializer.py
src/zero_copy_ipc.egg-info/PKG-INFO
src/zero_copy_ipc.egg-info/SOURCES.txt
src/zero_copy_ipc.egg-info/dependency_links.txt
src/zero_copy_ipc.egg-info/requires.txt
src/zero_copy_ipc.egg-info/top_level.txt
tests/comparison_final.py
tests/comparison_minimal.py
tests/comparison_simple.py
tests/comparison_summary.py
tests/optimization_summary.py
tests/profile_update.py
tests/quick_test.py
tests/simple_test.py
tests/test_dict.py
tests/test_freelist.py
tests/test_segmented_lock.py