Files
releases/internal
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
..
2026-06-26 08:06:36 +00:00
2025-06-23 11:40:00 +02:00
2026-06-10 11:01:21 +02:00
2026-06-10 11:01:21 +02:00
2026-03-06 22:07:35 +00:00