Files
pipewire-soundpad/pwsp-gui
google-labs-jules[bot]andarabianq 903dd3e44b perf: eliminate allocations during cache file read using BufReader
Replaced `fs::read_to_string` combined with `serde_json::from_str` with `std::fs::File::open` and `serde_json::from_reader(std::io::BufReader::new(file))`. This avoids loading the entire JSON file into a string allocation before parsing it, improving memory usage.

Co-authored-by: arabianq <55220741+arabianq@users.noreply.github.com>
2026-09-06 20:24:32 +00:00
..
2026-07-26 21:36:22 +03:00