- Radio.group_reciprocals: replace O(n²) nested Enum.filter with O(n) Enum.group_by using a hash key (sorted station pair + band + hour) - contact_live/index.ex: cache monthly bars Repo.all(Contact) query with 60s TTL - ScoreCache.valid_times: replace :ets.select with :ets.foldl to avoid intermediate list allocation - Accounts.list_users: add limit(100) to unbounded query - Accounts.backfill_missing_home_qth: batch individual Oban.insert calls into single Oban.insert_all |
||
|---|---|---|
| .. | ||
| api | ||
| components | ||
| controllers | ||
| live | ||
| plugs | ||
| endpoint.ex | ||
| grid_bounds.ex | ||
| live_helpers.ex | ||
| live_table_footer.ex | ||
| live_table_resource.ex | ||
| location_resolver.ex | ||
| metrics_plug.ex | ||
| router.ex | ||
| skew_t.ex | ||
| telemetry.ex | ||
| user_auth.ex | ||