- Replace N+1 get_latest_packet_for_callsign calls in RF path loading with single get_latest_packets_for_callsigns batch query (DISTINCT ON) - Change batch packet processing to collect marker removal IDs and push one remove_markers_batch event instead of individual remove_marker calls - Add callsignIndex reverse map (callsign_group → Set<markerID>) for O(1) lookup in new_packet/new_packets handlers instead of scanning all markers |
||
|---|---|---|
| .. | ||
| callsign_view_test.exs | ||
| data_builder_test.exs | ||
| historical_loading_test.exs | ||
| index_test.exs | ||
| map_helpers_test.exs | ||
| movement_test.exs | ||
| overlay_rendering_test.exs | ||
| packet_batcher_test.exs | ||
| packet_processor_test.exs | ||
| packet_utils_test.exs | ||
| performance_test.exs | ||
| rf_path_test.exs | ||
| rf_path_unit_test.exs | ||
| tracked_callsign_old_packet_test.exs | ||