You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: