A wide fold of let operands checks slowly, recorded.

This commit is contained in:
Joseph Ferano 2026-09-26 12:05:30 +07:00
parent d742be75bd
commit 4fb9d3b3fe

View File

@ -738,6 +738,9 @@ One spelling for one operation; != stays, and not= is refused with a suggestion
of !=.
* Checker
** TODO Checking a wide fold of let operands is slow
A 2000-operand (bit-and (let …) …) takes 32 s to check (37 s before the bit operators);
2000 plain names take 0.03 s. Something per operand is quadratic or worse.
** DONE A dyn value takes .field and [:key]
CLOSED: [2026-09-26]