Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
brink
on Sept 21, 2021
|
parent
|
context
|
favorite
| on:
Taming Go’s memory usage, or how we avoided rewrit...
> Additionally, Rust is pretty in-your-face when it comes to concurrency and sharing memory across thread/task boundaries.
Use channels whenever possible.
kinjba11
on Sept 22, 2021
[–]
Channels are not always the best solution (unless you're referring to Rust channels?)
https://www.jtolio.com/2016/03/go-channels-are-bad-and-you-s...
brink
on Sept 22, 2021
|
parent
[–]
Yeah, Rust's crossbeam channels are actually really good.
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Use channels whenever possible.