ModernUO/Projects/UOContent.Tests/Tests/Engines/AdvancedSearch
Kamron Batman 3516aa6d85 perf(advanced-search): span-based leaf evaluator for EvaluateBoolean
Custom LeafEvaluator<TState> delegate takes the leaf as ReadOnlySpan<char>
(Func<> can't take a ref struct) and threads caller state through, so the
property-test recursion allocates neither a per-leaf string nor a capturing
closure per entity.
2026-07-20 08:23:19 -07:00
..
AdvancedSearchPagingTests.cs fix(advanced-search): E — descending sort last page renders its items 2026-07-19 22:03:17 -07:00
AdvancedSearchUtilitiesTests.cs perf(advanced-search): span-based leaf evaluator for EvaluateBoolean 2026-07-20 08:23:19 -07:00
AdvancedSearchWorkerTests.cs fix(advanced-search): C/G follow-up - cover synchronous setup + test isolation in try/finally 2026-07-19 21:53:29 -07:00