collections-cache 0.3.8.20250420__py3-none-any.whl → 0.3.9.20250420__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,8 +13,7 @@ class Collection_Cache:
13
13
  self.collection_name = collection_name
14
14
  self.constant_per_core = constant_per_core
15
15
  self.cpu_cores = cpu_count()
16
- #self.size_limit = self.constant_per_core * self.cpu_cores
17
- self.size_limit = 1
16
+ self.size_limit = self.constant_per_core * self.cpu_cores
18
17
  self.collection_dir = path.join("./Collections", self.collection_name)
19
18
  self.databases_list = []
20
19
  self.keys_databases = {}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: collections-cache
3
- Version: 0.3.8.20250420
3
+ Version: 0.3.9.20250420
4
4
  Summary: collections-cache is a Python package for managing data collections across multiple SQLite databases. It allows efficient storage, retrieval, and updating of key-value pairs, supporting various data types serialized with pickle. The package uses parallel processing for fast access and manipulation of large collections.
5
5
  License: MIT
6
6
  Author: Luiz-Trindade
@@ -0,0 +1,6 @@
1
+ collections_cache/__init__.py,sha256=uUp8lhp-HnZRumnU_8MT6qVq95t0pOzn7oLW7ARbnvc,48
2
+ collections_cache/collections_cache.py,sha256=znZY3QH82KnrnCILcdaChkSL59qeTYxUlUXSpO-q4YI,6773
3
+ collections_cache-0.3.9.20250420.dist-info/LICENSE,sha256=RAIL-FmXSiNRgyiVlfhm2SvVI4XDVsN0jDt9207SJ8o,1168
4
+ collections_cache-0.3.9.20250420.dist-info/METADATA,sha256=UjpVvAl0TzvngrZNJU7s1_ZaKS7l60HESce5Hiyy75U,5770
5
+ collections_cache-0.3.9.20250420.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
6
+ collections_cache-0.3.9.20250420.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- collections_cache/__init__.py,sha256=uUp8lhp-HnZRumnU_8MT6qVq95t0pOzn7oLW7ARbnvc,48
2
- collections_cache/collections_cache.py,sha256=nFm_77HlR88iJlmmvZpRh8fit19vwB1oiCD2T_AzZ5g,6814
3
- collections_cache-0.3.8.20250420.dist-info/LICENSE,sha256=RAIL-FmXSiNRgyiVlfhm2SvVI4XDVsN0jDt9207SJ8o,1168
4
- collections_cache-0.3.8.20250420.dist-info/METADATA,sha256=UV9sKNFXrkRQNzTXZo0uYtd1I7sycY5tDYDSbsJui34,5770
5
- collections_cache-0.3.8.20250420.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
6
- collections_cache-0.3.8.20250420.dist-info/RECORD,,