.gitignore
LICENSE
README.ipynb
README.md
pyproject.toml
.github/workflows/cd.yml
.github/workflows/ci.yml
figures/fig.comparing_encodings_size_speed.png
figures/fig.comparing_engines.png
figures/fig.comparing_engines_serializers_encodings.png
figures/fig.comparing_serializers_size_speed.png
hashstash/__init__.py
hashstash/config.py
hashstash/constants.py
hashstash/graph.py
hashstash/hashstash.py
hashstash/typed.py
hashstash.egg-info/PKG-INFO
hashstash.egg-info/SOURCES.txt
hashstash.egg-info/dependency_links.txt
hashstash.egg-info/entry_points.txt
hashstash.egg-info/requires.txt
hashstash.egg-info/top_level.txt
hashstash/engines/__init__.py
hashstash/engines/base.py
hashstash/engines/dataframe.py
hashstash/engines/diskcache.py
hashstash/engines/jsonl.py
hashstash/engines/lmdb.py
hashstash/engines/memory.py
hashstash/engines/mongo.py
hashstash/engines/pairtree.py
hashstash/engines/redis.py
hashstash/engines/shelve.py
hashstash/engines/sqlite.py
hashstash/profilers/__init__.py
hashstash/profilers/engine_profiler.py
hashstash/profilers/profiler.py
hashstash/serializers/__init__.py
hashstash/serializers/custom.py
hashstash/serializers/jsons.py
hashstash/serializers/serializer.py
hashstash/utils/__init__.py
hashstash/utils/addrs.py
hashstash/utils/dataframes.py
hashstash/utils/encodings.py
hashstash/utils/logs.py
hashstash/utils/misc.py
hashstash/utils/pmap.py
hashstash/utils/wrappers.py
tests/conftest.py
tests/test_addrs.py
tests/test_dataframes.py
tests/test_encoder.py
tests/test_engines.py
tests/test_graph.py
tests/test_pmap.py
tests/test_profilers.py
tests/test_serialize.py
tests/test_typed.py
tests/test_wrappers.py
tests/test_written_at.py