No description
Find a file
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
.github chore(deps): bump actions/checkout from 4 to 5 2025-10-04 02:54:36 +02:00
cosmic-app-list perf: refactor to reduce memory allocations and cpu work 2025-10-07 17:04:51 +02:00
cosmic-applet-a11y perf: refactor to reduce memory allocations and cpu work 2025-10-07 17:04:51 +02:00
cosmic-applet-audio perf: use unstable sorting when async 2025-10-07 17:04:51 +02:00
cosmic-applet-battery perf: refactor to reduce memory allocations and cpu work 2025-10-07 17:04:51 +02:00
cosmic-applet-bluetooth perf: use unstable sorting when async 2025-10-07 17:04:51 +02:00
cosmic-applet-input-sources perf: refactor to reduce memory allocations and cpu work 2025-10-07 17:04:51 +02:00
cosmic-applet-minimize perf: refactor to reduce memory allocations and cpu work 2025-10-07 17:04:51 +02:00
cosmic-applet-network perf: use unstable sorting when async 2025-10-07 17:04:51 +02:00
cosmic-applet-notifications perf: refactor to reduce memory allocations and cpu work 2025-10-07 17:04:51 +02:00
cosmic-applet-power chore: apply recommendations from clippy 2025-10-04 02:51:18 +02:00
cosmic-applet-status-area perf: refactor to reduce memory allocations and cpu work 2025-10-07 17:04:51 +02:00
cosmic-applet-tiling perf: refactor to reduce memory allocations and cpu work 2025-10-07 17:04:51 +02:00
cosmic-applet-time perf: refactor to reduce memory allocations and cpu work 2025-10-07 17:04:51 +02:00
cosmic-applet-workspaces perf: refactor to reduce memory allocations and cpu work 2025-10-07 17:04:51 +02:00
cosmic-applets chore: apply recommendations from clippy 2025-10-04 02:51:18 +02:00
cosmic-applets-config chore: cargo fmt 2025-05-20 17:00:56 +02:00
cosmic-panel-app-button/data i18n(cs): Add Czech translation (#1068) 2025-09-29 12:34:53 -06:00
cosmic-panel-button chore: apply recommendations from clippy 2025-10-04 02:51:18 +02:00
cosmic-panel-launcher-button/data i18n(cs): Add Czech translation (#1068) 2025-09-29 12:34:53 -06:00
cosmic-panel-workspaces-button/data i18n(cs): Add Czech translation (#1068) 2025-09-29 12:34:53 -06:00
data i18n(cs): Add Czech translation (#1068) 2025-09-29 12:34:53 -06:00
debian chore: update dependencies 2025-09-01 08:41:25 -04:00
.gitignore refactor: compile applets as multicall binary 2024-03-14 23:37:37 +01:00
Cargo.lock perf: replace rand with fastrand 2025-10-03 15:25:51 +02:00
Cargo.toml perf(cargo): re-enable opt-level = 3 2025-10-04 05:05:37 +02:00
flake.lock feat: updated flake.nix and fixed error due to crane api change 2025-05-20 17:01:17 +02:00
flake.nix feat: updated flake.nix and fixed error due to crane api change 2025-05-20 17:01:17 +02:00
justfile feat: a11y applet 2024-11-04 10:28:32 -05:00
LICENSE license 2022-05-26 11:59:09 -04:00
rust-toolchain.toml fix: missing icons and actions from the dock 2025-04-04 02:30:03 +02:00