summaryrefslogtreecommitdiffstats
path: root/benchmarks/benchmark_results.txt
Commit message (Collapse)AuthorAgeFilesLines
* benchmarks: update for v0.3.0 zero-dep implementationClawd2026-02-201-29/+30
| | | | | | | 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/+32
- Add README.md - Move benchmark files to benchmarks/ - Move PLAN.md to .claude/ - Add .gitignore