TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Mgattozzi/whorl: single file, std only, async Rust executor

2 pointsby jasimalmost 3 years ago

1 comment

beanjuiceIIalmost 3 years ago
just a fyi<p>&#x2F;&#x2F;! What whorl isn&#x27;t: &#x2F;&#x2F;! - Performant, this is an adaptation of a class I gave at Rustconf a few &#x2F;&#x2F;! years back. Its first and foremost goal is to teach <i>how</i> an executor &#x2F;&#x2F;! works, not the best way to make it fast. Reading the tokio source &#x2F;&#x2F;! code would be a really good thing if you want to learn about how to make &#x2F;&#x2F;! things performant and scalable.