From cc916c5aba1543cdbcce45ad63de8bc704f44cc0 Mon Sep 17 00:00:00 2001 From: Adam Wildavsky Date: Sat, 27 Jun 2026 07:06:24 -0500 Subject: [PATCH] Remove commented SORT_SOLVE_STRENGTH table from scheduler. The strength-based sort weights were never enabled; SortSolve uses SORT_SOLVE_TIMES and SORT_SOLVE_FANOUT instead. Co-authored-by: Cursor --- library/src/system/scheduler.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/library/src/system/scheduler.cpp b/library/src/system/scheduler.cpp index 1cefb850..8981fbbc 100644 --- a/library/src/system/scheduler.cpp +++ b/library/src/system/scheduler.cpp @@ -482,13 +482,6 @@ static int SORT_SOLVE_TIMES[2][8] = { 388000, 140000, 60000, 40000, 30000, 23000, 18000, 6000 }, }; -// #define SORT_SOLVE_STRENGTH_CUTOFF 0 -// -// static double SORT_SOLVE_STRENGTH[2][3] = -// { -// { 1.525, 1.810, 0.0285 }, -// { 1.585, 1.940, 0.0354 } -// }; // Lower end of linear, upper end of linear, slope of linear, // exponential start, coefficient.