Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,15 @@ <h3><a href="benchmarks.html" style="color: var(--accent); text-decoration: none
</div>
</div>
</section>

<section style="margin-top: 3rem;">
<h2 style="margin-bottom: 1rem; font-size: 1.25rem;">Performance</h2>
<div class="features-grid">
<div class="feature-card">
<h3><a href="benchmarks.html" style="color: var(--accent); text-decoration: none;">⚑ Benchmarks</a></h3>
<p>Side-by-side performance comparison of tsb (TypeScript/Bun) vs pandas (Python). Timing metrics for each function.</p>
<div class="status">πŸ—οΈ In Progress</div>
</div>
</main>

<footer>
Expand Down