❔ 21,000 Images, Best way to implement a lookup method?
I have 21,000 + images that have to be available for lookup.
The images are formatted [item_id].png, and in total is 43mb on disk.
Should the best method be to have a lookup that sifts through the directory and string match, or to load them all in memory in a suitable datatype
The images are formatted [item_id].png, and in total is 43mb on disk.
Should the best method be to have a lookup that sifts through the directory and string match, or to load them all in memory in a suitable datatype