.clang-format
.gitignore
CMakeLists.txt
LICENSE
README.rst
noxfile.py
pyproject.toml
requirements-dev.txt
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/check.yml
.github/workflows/performance.yml
.github/workflows/release.yml
scripts/perf_import.sh
scripts/pyperformance.sh
src/_cds/_cdsmodule.c
src/_cds/_cdsmodule.h
src/_cds/hashtable.c
src/_cds/hashtable.h
src/_cds/lookup_table.c
src/_cds/lookup_table.h
src/_cds/pythoncapi_compat.h
src/_cds/clinic/_cdsmodule.c.h
src/artifacts/pycds.pth
src/cds/__init__.py
src/cds/_cds.pyi
src/cds/dump.py
src/code_data_share.egg-info/PKG-INFO
src/code_data_share.egg-info/SOURCES.txt
src/code_data_share.egg-info/dependency_links.txt
src/code_data_share.egg-info/top_level.txt
tests/__init__.py
tests/benchmarks/.gitignore
tests/benchmarks/MANIFEST
tests/benchmarks/base.toml
tests/benchmarks/bm_import/__init__.py
tests/benchmarks/bm_import/bm_import_requests.toml
tests/benchmarks/bm_import/requirements.in
tests/benchmarks/bm_import/requirements.txt
tests/benchmarks/bm_import/run_benchmark.py
tests/benchmarks/bm_module_load_attr/__init__.py
tests/benchmarks/bm_module_load_attr/pyproject.toml
tests/benchmarks/bm_module_load_attr/run_benchmark.py
tests/test_cds/__init__.py
tests/test_cds/test_cds.py
tests/test_cds/test_dump.py
tests/test_cds/test_import.py
tests/test_cds_extension/__init__.py
tests/test_cds_extension/test_archive.py
tests/test_cds_extension/test_base_extension.py
tests/test_cds_extension/test_flags.py
tests/test_cds_extension/test_share_object.py
tests/workspace/mod1.py
tests/workspace/mod2/__init__.py
tests/workspace/mod2/mod2_1.py
tests/workspace/mod2/mod2_2/__init__.py