Viewing a single comment thread. View all comments

suflaj t1_iyclnwf wrote

Images are loaded from disk, perhaps with some caching.

The most efficient simple solution would be to have workers that fill up a buffer that acts like a queue for data.

1