Loading pickle files is taking too long

#1
by vladak - opened

with open('final_dic.pkl', 'rb') as file:
data = pickle.load(file)
It's been running for almost 30 minutes on MacBook M1. Is it normal behaviour or there is something to be done to speed it up?

Your need to confirm your account before you can post a new comment.

Sign up or log in to comment