ModernUO/Projects
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
..
Application fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00
BuildTool fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00
Logger fix: Bumps dependencies. (#2531) 2026-07-14 15:17:55 -07:00
Server fix(opl): only apply the ':#' cliloc marker to integer values (#2540) 2026-07-19 10:49:16 -07:00
Server.Tests fix(opl): only apply the ':#' cliloc marker to integer values (#2540) 2026-07-19 10:49:16 -07:00
UOContent perf(advanced-search): span-based leaf evaluator for EvaluateBoolean 2026-07-20 08:23:19 -07:00
UOContent.Tests perf(advanced-search): span-based leaf evaluator for EvaluateBoolean 2026-07-20 08:23:19 -07:00