tonihele / OpenKeeper

Dungeon Keeper II remake
GNU General Public License v3.0
433 stars 41 forks source link

Buffered io #397

Closed tonihele closed 2 years ago

tonihele commented 2 years ago

Use ImageIO with buffers, both read and write. Also disable the cache (or rather default to memory cache instead of disk cache). Our audio reader was really heavy reader, now it also uses buffered stream.

All this makes things a bit more light weight, and it does show... but of course it is not a miracle maker.