I'm currently using pickle/joblib (but I'm flexible with library) to load a large numpy array. I have a SSD with 500MB/s read speed.
I'm hoping to read my numpy array faster.
Before investing in a new SSD, I'm wondering if the new SSDs with 1000MB/s-3000MB/s read speeds would actually allow me to read the numpy arrays faster. Are the pickle/joblib libraries themselves limited in read speed?
I have confirmed my current SSD is reading at about 400-500MB/s.
Would I get 1000MB/s if I bought a 1000MB/s SSD?