Remix.run Logo
antonkochubey 2 days ago

What games would load data in random 4KB chunks? Textures, sounds etc are in megabytes nowadays, 4K random reads are completely irrelevant.

p_ing 2 days ago | parent [-]

It doesn't matter how large the asset is, it matters what the method used to read the asset is.

Not every application will read in a specific size, but 4KiB isn't uncommon.