I usually use pickle
for saving and managing data.
However, I read the question and answers in stackoverflow
(best way to preserve numpy arrays on disk), I realized that there are huge difference to computation and save it between pickle
and npy
.
Then, I have been tried to find the reason why, but I can't find it yet.
Are there anyone who know the thing make the difference?