Files
releases/internal/planner
Stephan Renatus eaf6a345fc planner: avoid redundant ruletrie.Children() call in Depth()
Children() rebuilds and sorts a slice from the children map on every
call; Depth() was calling it twice (once for the length check, once
for the cap hint) for no benefit since only the count is used.


Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2026-07-14 08:30:20 +02:00
..
2024-12-12 15:09:03 +01:00
2024-12-12 15:09:03 +01:00