feat: update lean4 outreach doc with confirmed benchmark speedups

Replace "up to 1000x" with measured results: 34x/678x/210x.
Status: patch-ready on unlean4 branch, 7 patches complete.
This commit is contained in:
russell@unturf.com 2026-04-13 10:30:36 -04:00
parent ae6e04c5bd
commit 9134c083c3

View file

@ -3,8 +3,8 @@
**Project:** Lean 4 (leanprover/lean4)
**Disclosure date:** 2026-04-13
**Severity:** HIGH
**Speedup:** varies (O(N^2) to O(N); up to 1000x on deep dependency chains)
**Status:** draft — patches in progress
**Speedup:** varies by defect: 34x (lean4-0001 N=2000), 678x (lean4-0002 K=N=1000), 210x (lean4-0003 N=1000) — all confirmed by benchmark
**Status:** patch-ready — 7 patches on unlean4 branch, benchmarks complete
---