prop/lib
Graham McIntire 15f4175cce
perf: fix remaining medium/low severity inefficiencies
- 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
2026-06-01 15:39:25 -05:00
..
microwaveprop perf: fix remaining medium/low severity inefficiencies 2026-06-01 15:39:25 -05:00
microwaveprop_web perf: fix remaining medium/low severity inefficiencies 2026-06-01 15:39:25 -05:00
mix/tasks Fix low-severity bugs and re-enable Credo checks 2026-05-29 17:29:22 -05:00
microwaveprop.ex initial 2026-03-28 11:28:47 -05:00
microwaveprop_web.ex fix web stuff 2026-05-31 16:47:11 -05:00