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.

Futures Is Stable on Rust 1.36

63 pointsby r0xshabout 6 years ago

4 comments

rabitoabout 6 years ago
How is the cost in terms of binary size nowadays? Last time I checked using Futures meant adding roughly 5MB to the binary. To me at least that is unacceptable, so I just rolled my own stuff on top of rayon's thread pools.
评论 #19761012 未加载
评论 #19760594 未加载
评论 #19760578 未加载
jeffdavisabout 6 years ago
If the current version of rust is 1.34.1, and futures is stabilized, why not 1.35?<p>Not asking for this to happen, I am just curious about the stabilization&#x2F;release process.
评论 #19761363 未加载
csomarabout 6 years ago
This should solve a major bottleneck for anyone doing network related applications. For now, you have to use an unstable API or a one that is deprecated.
评论 #19760580 未加载
Dowwieabout 6 years ago
July 4th
评论 #19760753 未加载