swactor/src
Claude 00e1fce80d refactor: deduplicate message routing pattern in tick_once
Extract route_to_pool_or_remote() helper that unifies the routing
logic (local pool → address_map → inbox_registry) used in phases
2.5 (worker extension delivery) and 7 (death notifications).

Completes P0 core debloating: 2636→2319 (−317, −12.0%).
worker.rs: 845→598 (−247, −29.2%).

Authored by Claude, lovingly guided by Zachery Aaron Shores-Chmielewski
2026-02-13 21:45:44 +07:00
..
actor.rs feat: move TimerWheel from core to std via WorkerExtension 2026-02-13 21:45:44 +07:00
channel.rs major feature update 2026-02-13 07:11:24 +00:00
config.rs major feature update 2026-02-13 07:11:24 +00:00
delivery.rs feat: move WatchRegistry from core to std extension 2026-02-13 21:45:44 +07:00
error.rs fix: stats datatypes and refactor channel signature (#28) 2026-02-10 07:35:58 +00:00
extension.rs feat: move TimerWheel from core to std via WorkerExtension 2026-02-13 21:45:44 +07:00
lib.rs feat: skeleton for in browser swactor engine (#35) 2026-02-13 13:27:34 +00:00
runtime.rs feat: move TimerWheel from core to std via WorkerExtension 2026-02-13 21:45:44 +07:00
stats.rs feat: dashboard updates (#38) 2026-02-13 14:42:10 +00:00
transport.rs major feature update 2026-02-13 07:11:24 +00:00
worker.rs refactor: deduplicate message routing pattern in tick_once 2026-02-13 21:45:44 +07:00