ares-openbsd/nall/decode
invertego b29fb91777 nall: move cdrom loading to separate thread
The data is still loaded sequentially and accesses will block until the
data at a given address is available. In the worst case (an immediate
read at the end of the last track) things are no faster than before, but
it still feels better because the UI responds immediately to the user's
load request.

This could be further refined by skipping ahead to serve incoming reads.
2023-08-28 10:12:01 +01:00
..
base.hpp
base64.hpp
bmp.hpp
bwt.hpp
chd.hpp nall: move cdrom loading to separate thread 2023-08-28 10:12:01 +01:00
cue.hpp
gzip.hpp
html.hpp
huffman.hpp
inflate.hpp
lzsa.hpp
mtf.hpp
png.hpp
rle.hpp
url.hpp
wav.hpp
zip.hpp