You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ROADMAP.md
+17-9Lines changed: 17 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ CompPoly aims to be the premier formally verified library for computable polynom
8
8
9
9
1. Zero `sorry`s in all shipped modules.
10
10
1. Complete core API for `CPolynomial`, `CMvPolynomial`, `CMlPolynomial`, including evaluation + interpolation + conversions.
11
-
1. At least one "fast path" implemented + proven correct (FFT/NTT multiplication OR fast multilinear transforms).
12
-
<!--1. Benchmarks exist for core ops and are reproducible (CI integration optional for v1.0). -->
11
+
1.✅ At least one "fast path" implemented + proven correct (FFT/NTT multiplication OR fast multilinear transforms).*(radix-2 NTT / `NTTFast` univariate multiplication)*
12
+
1. Benchmarks exist for core ops and are reproducible (`lake exe CompPolyBench`; CI runs benchmarks and uploads reports).
0 commit comments