cv2.imwrite/cv2.imread are faster than np.save/np.load on numpy matrices with integers In one of the ongoing projects, I generate a lot of small matrices (~1000 entries). These are often written to the disk and read from it. I …