pub const TOPK_SMEM_CEILING: usize = 49_152;
Runtime shared-memory ceiling the top-k select is budgeted against, matching SMEM_CEILING in examples/dsa_indexer_microtest.rs.
SMEM_CEILING
examples/dsa_indexer_microtest.rs