v0.10.8: prefetch all metadata file sectors — scan 2min to 18s on USB

This commit is contained in:
Matt Jackson
2026-04-17 19:51:32 +00:00
parent 8b1ded84cd
commit 9791e60c65
4 changed files with 116 additions and 19 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ pub use profile::DriveProfile;
pub use decrypt::{decrypt_sectors, DecryptKeys};
pub use disc::{
AacsState, AudioChannels, AudioStream, Clip, Codec, ColorSpace, ContentFormat, Disc,
DiscFormat, DiscTitle, Extent, FrameRate, HdrFormat, KeySource, Resolution, SampleRate,
DiscFormat, DiscId, DiscTitle, Extent, FrameRate, HdrFormat, KeySource, Resolution, SampleRate,
ScanOptions, Stream, SubtitleStream, VideoStream,
};
pub use mux::DiscStream;