Yu Hao Dong
Yu Hao Dong
When using congestion control, packets continued to be queued up far past the congestion window, all the way to the send window. This cause extreme bufferbloat when congestion control is...
This prevents massive "bufferbloat" when the send window is large but the congestion window is not. It makes KCP with congestion control a *lot* more usable.
Is it possible for this crate to implement runtime SIMD detection, so that portable binaries with SIMD code inside can be published?
Two major changes significantly improve performance: - When `Executor::run()` is called, a handle to the local queue and ticker are cached into TLS. This lets tasks schedule to a thread-local...
Binder protocol is currently a poorly documented, HTTP-based mess. **Protocol changes**: - Transport-agnostic, RLP request-response protocol. This can easily go on things like IRC or DoH. - Better Mizaru verbs...
`cargo doc` seems to generate documentation for the trait based on the expanded code, rather than the pre-expansion code. e.g.  Is this fundamentally unfixable, or is there some way...
### Checklist - [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports ### Describe your issue My project https://github.com/geph-official/geph4-client builds fine for Android arm64 and arm32, but...
https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.find This is something I've always wanted in `Stream`-based code. Right now I have to use manual while-loop iteration for anything involving "read from this stream until something you need...
``` thread 'sscale-wkr-c' panicked at 'assertion failed: `(left == right)` left: `669338`, right: `0`', /Users/shmendez/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-lite-1.12.0/src/io.rs:1700:13 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace [1] 39699 abort cargo run...
Connection button is really finicky. We probably want some sort of well-specified state machine.