.gitignore
BENCHMARKS.md
CHANGELOG.md
LICENSE
README.ipynb
README.md
codecov.yml
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/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/duckdb_engine.py
hashstash/engines/fsspec.py
hashstash/engines/jsonl.py
hashstash/engines/leveldb.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
scripts/bench_engines.py
scripts/bench_serializers.py
scripts/make_readme_figures.py
tests/conftest.py
tests/test_addrs.py
tests/test_async.py
tests/test_cache_semantics.py
tests/test_callable_serialization.py
tests/test_cbor2.py
tests/test_compaction_msgpack.py
tests/test_concurrency.py
tests/test_dataframe_engine_dtypes.py
tests/test_dataframe_sql.py
tests/test_dataframes.py
tests/test_duckdb_engine.py
tests/test_encoder.py
tests/test_engine_safe_default.py
tests/test_engines.py
tests/test_eviction.py
tests/test_exception_caching.py
tests/test_format_version.py
tests/test_fsspec_engine.py
tests/test_graph.py
tests/test_graph_batch.py
tests/test_graph_indexing.py
tests/test_graph_prop_index.py
tests/test_jsonl_index.py
tests/test_jsonl_ttl.py
tests/test_legacy_recovery.py
tests/test_leveldb_engine.py
tests/test_lmdb_autogrow.py
tests/test_map_safe_and_fsspec_locks.py
tests/test_orjson_accel.py
tests/test_pmap.py
tests/test_pre_1_0_fixes.py
tests/test_profiler_compare.py
tests/test_profiler_plots.py
tests/test_profilers.py
tests/test_regressions.py
tests/test_roundtrip_property.py
tests/test_safe_mode.py
tests/test_safe_mode_bypass.py
tests/test_serialize.py
tests/test_serializer_fastpath.py
tests/test_serializer_perf.py
tests/test_stashmap_ux.py
tests/test_stashmap_values.py
tests/test_type_matrix.py
tests/test_typed.py
tests/test_wrappers.py
tests/test_written_at.py