Open mattpodolak opened 3 years ago
This could be expanded by increasing the generality of the caching mechanism to identify the type of file used in the cache and load accordingly.
Saving responses to cache should be performed with a default type (pickle/parquet/feather/jay) - whichever is fastest, with optional config to select a caching function.
Use
parquet
instead ofpickle
for caching responses.Need to assess if this is a reasonable improvement:
parquet
cache speed for storing and retrieval againstpickle