Commit be62c43
feat(website): add real project proofs to Ternary Calculator card
Updated with verified benchmarks from project documentation:
PROVEN: φ² + 1/φ² = 3
• φ² = (3 + √5)/2, 1/φ² = (3 - √5)/2
• Sum = 3 — optimal radix for computing
BENCHMARK: 8.1× CPU speedup (GPU_BENCHMARKS.md)
• Batch Row SIMD: 7.61 GFLOPS on Xeon 8375C
• Matrix 2048×2048: 1,102 μs vs 8,900 μs baseline
BENCHMARK: 15.7× memory compression (ternary_quant_report.md)
• Float agent: 98,304 bytes → Ternary: 6,272 bytes
• 43% sparsity bonus
BENCHMARK: 100% noise robustness (hdc_double_q_report.md)
• 20% trit flips → 0% accuracy loss
• Win rate: 100% (FrozenLake verified)
Co-authored-by: Ona <no-reply@ona.com>1 parent 3827c42 commit be62c43
2 files changed
Lines changed: 38 additions & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
497 | | - | |
498 | | - | |
499 | | - | |
500 | | - | |
501 | | - | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
502 | 509 | | |
503 | | - | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
508 | 513 | | |
509 | 514 | | |
510 | | - | |
511 | | - | |
512 | | - | |
513 | | - | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
514 | 519 | | |
515 | 520 | | |
516 | 521 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
445 | | - | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | | - | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
450 | 457 | | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
456 | 461 | | |
457 | 462 | | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
462 | 467 | | |
463 | 468 | | |
464 | 469 | | |
| |||
0 commit comments