tokio

Tag

Cards List
#tokio

Announcing Topcoat: a framework for building full-stack reactive web apps with Rust

Lobsters Hottest · 3d ago Cached

Tokio announces Topcoat, a modular, batteries-included Rust framework for building full-stack reactive web apps, entirely server-rendered with reactive instructions similar to HTMX.

0 favorites 0 likes
#tokio

The Tokio/Rayon Trap and Why Async/Await Fails Concurrency

Hacker News Top · 2026-07-16 Cached

The article examines how async/await syntax, while easy to write, creates significant complexity in production by conflating asynchrony with concurrency, often requiring manual partitioning of I/O and compute tasks across separate runtimes like Tokio and Rayon, leading to latency spikes and system instability.

0 favorites 0 likes
#tokio

Your Rust Service Isn't Leaking — It Could Be the Allocator

Lobsters Hottest · 2026-07-07 Cached

This article describes a debugging journey where a Rust service's memory remained high under load despite no leaks, due to glibc's ptmalloc allocator not releasing freed memory back to the OS. It explains the allocator behavior and provides insights for Rust developers.

0 favorites 0 likes
#tokio

Who Runs Your Rust Future? Hands-On Intro to Async Rust

Hacker News Top · 2026-06-08 Cached

A hands-on tutorial series that bridges the gap between understanding async Rust internals (Future, poll, Pin, executor) and shipping real async code with Tokio, aimed at developers familiar with JavaScript async and basic Rust.

0 favorites 0 likes
#tokio

The hidden cost of mpsc channels

Lobsters Hottest · 2026-05-12 Cached

This article analyzes unexpected memory allocation costs in Tokio's mpsc channels in Rust, revealing a fixed overhead per channel due to internal block sizing. It demonstrates how this impacts large-scale applications like Agent Gateway and suggests alternatives like futures-channel for memory efficiency.

0 favorites 0 likes
#tokio

tokio-rs/topcoat

GitHub Trending (daily) · 5d ago Cached

Topcoat is a modular, batteries-included Rust framework for building fullstack apps with server-side rendering and client reactivity without a separate API layer.

0 favorites 0 likes
← Back to home

Submit Feedback