Caching in python is working slower than without caching
In a Python program, I have to load a couple of thousands of files. I want to maintain their cache. I am able to create the cache using joblib
. But for me, the program loads the data faster if I disable the caching.