aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/BENCHMARK_SUMMARY.md
Commit message (Collapse)AuthorAgeFilesLines
* benchmarks: update for v0.3.0 zero-dep implementationClawd2026-02-201-126/+56
| | | | | | | The crypto is brutally slow (~400x for signing, ~8500x for key gen). Non-crypto operations remain competitive. Updated summary to be honest about the tradeoffs.
* Clean up project structureClawd2026-02-161-0/+154
- Add README.md - Move benchmark files to benchmarks/ - Move PLAN.md to .claude/ - Add .gitignore