When Would You Ever Want Bubblesort?

Published: (December 10, 2025 at 04:45 PM EST)
1 min read
Source: Hacker News
0 views
Back to Blog

Related posts

Read more »

Chasing 240 FPS in LLM Chat UIs

TL;DR I built a benchmark suite to test various optimizations for streaming LLM responses in a React UI. Key takeaways: 1. Build a proper state first, then opt...