Earlier quoted context omitted.
When was this? We've been putting a lot of work into ergonomics. We're not done yet; more stuff is coming. But depending on when you last used it, that may explain the discrepancy. Or maybe not. > inconsistent/incomplete I'd be interested in hearing more about this, if you have the time. Rust is certainly incomplete, but I wonder if our perspectives line up here or not regarding how exactly it's not complete.
I wrote a few hundred lines about bout a year or two ago and about 2k the last few months. It's definately gotten better and there's something in the works for most of the things I took issue with which is kind of nice but doesn't really help if you're not on nightly. Specific pain points for me were: - the lack of traits for numeric primitives/types without pulling in the num crate - the difficulty working with floa…
Show HN: Synapse, a full featured BitTorrent client in Rust
71–73 of 73 posts
Re: Show HN: Synapse, a full featured BitTorrent client in Rust
#72It would be great to have a client that works well for seeding massive amounts of torrents (100,000+) on weak hardware (like a Raspberry). The main problem seems to be memory usage. How is the memory usage of this one? It says it is light-weight. What kind of light-weight is it and are there some metrics?
Even if you solve the memory issues you will still be constrained by the NIC. Most of these SBC's run ethernet over USB, so the performance is still going to be shit.
Re: Show HN: Synapse, a full featured BitTorrent client in Rust
#73It would be great to have a client that works well for seeding massive amounts of torrents (100,000+) on weak hardware (like a Raspberry). The main problem seems to be memory usage. How is the memory usage of this one? It says it is light-weight. What kind of light-weight is it and are there some metrics?
That's an interesting use case you have there... care to explain the motivation?