Skip to content

Commit a71c6a1

Browse files
matte1782claude
andcommitted
feat(w47): Matrix-themed PQ benchmark on GitHub Pages
- docs/pq-bench/index.html: Matrix rain, Orbitron fonts, cyan/green neon, glowing cards, scanline effects, terminal boot sequence (1213 lines) - docs/pq-bench/pq_bench.js: benchmark harness copy for GH Pages - docs/pkg-web/: WASM module files for browser loading - docs/index.html: added PQ BENCH nav link + Quick Access entry, v0.9.0 Live at: https://matte1782.github.io/edgevec/pq-bench/ Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e2566f7 commit a71c6a1

7 files changed

Lines changed: 8520 additions & 2 deletions

File tree

docs/index.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,9 +522,13 @@
522522
<div class="header__inner">
523523
<div class="header__logo">
524524
<span class="header__brand">EDGEVEC</span>
525-
<span class="header__version">v0.7.0</span>
525+
<span class="header__version">v0.9.0</span>
526526
</div>
527527
<nav class="header__nav">
528+
<a href="pq-bench/index.html" class="header__link">
529+
<svg viewBox="0 0 24 24"><path d="M18 20V10"/><path d="M12 20V4"/><path d="M6 20v-6"/></svg>
530+
PQ BENCH
531+
</a>
528532
<a href="demo/hub.html" class="header__link">
529533
<svg viewBox="0 0 24 24"><path d="M14.752 11.168l-3.197-2.132A1 1 0 0010 9.87v4.263a1 1 0 001.555.832l3.197-2.132a1 1 0 000-1.664z"/><path d="M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/></svg>
530534
DEMOS
@@ -647,6 +651,10 @@ <h2 class="quick-links__title">QUICK ACCESS</h2>
647651
<svg viewBox="0 0 24 24"><path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z"/></svg>
648652
Cyberpunk Demo
649653
</a>
654+
<a href="pq-bench/index.html" class="quick-link">
655+
<svg viewBox="0 0 24 24"><path d="M18 20V10"/><path d="M12 20V4"/><path d="M6 20v-6"/></svg>
656+
PQ Benchmark
657+
</a>
650658
<a href="API_REFERENCE.md" class="quick-link">
651659
<svg viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/></svg>
652660
API Reference
@@ -660,7 +668,7 @@ <h2 class="quick-links__title">QUICK ACCESS</h2>
660668

661669
<!-- Footer -->
662670
<footer class="footer">
663-
<div class="footer__brand">EDGEVEC v0.7.0</div>
671+
<div class="footer__brand">EDGEVEC v0.9.0</div>
664672
<p class="footer__copy">Rust + WebAssembly // MIT License</p>
665673
<p class="footer__author">Created by Matteo Panzeri // University of Pavia // BSc in AI</p>
666674
</footer>

0 commit comments

Comments
 (0)