cosmic-applets/cosmic-applet-audio/src
Cheong Lau 38c037c977 perf: use unstable sorting when async
Unstable sorting should be slightly faster than stable sorting, and if
the vector was built asynchronously then preserving the initial order
doesn't matter too much.

Continue to use stable sorting where the vector is not built
asynchronously, or if the vector is partially sorted (e.g. when new
elements are pushed to a sorted vector).
2025-10-07 17:04:51 +02:00
..
config.rs feat(audio): respect amplification config 2025-09-12 23:33:31 -04:00
lib.rs perf: refactor to reduce memory allocations and cpu work 2025-10-07 17:04:51 +02:00
localize.rs chore: apply recommendations from clippy 2025-10-04 02:51:18 +02:00
main.rs chore: add SPDX license identifiers 2024-05-06 21:56:50 +02:00
mouse_area.rs chore: apply recommendations from clippy 2025-10-04 02:51:18 +02:00
mpris_subscription.rs perf: use unstable sorting when async 2025-10-07 17:04:51 +02:00
pulse.rs perf: refactor to reduce memory allocations and cpu work 2025-10-07 17:04:51 +02:00