added code

This commit is contained in:
2025-09-10 10:37:55 +02:00
parent 36901c736d
commit c78a68de80
199 changed files with 3561 additions and 22579 deletions
+1
View File
@@ -26,6 +26,7 @@ def load_key_stats(lmdb_dir: str) -> dict:
:param lmdb_dir: Directory of the LMDB database.
:return: Dictionary with statistics.
"""
key_stats_path = f"{lmdb_dir}/key_stats.pickle"
if not os.path.exists(key_stats_path):