nashley

Results 41 comments of nashley

How concerned with the runtime performance impact are we? Given `n` is the length of the existing `StreamMap` and `m` is the length of the `Vec` being appended: With the...

Should `from_iter` be changed to not run in `O((n^2-n)/2)` then? [It uses the naive solution that I listed above](https://github.com/tokio-rs/tokio/blob/5ab6aaf3cdc54d348ab73c66350f3f8e1ef7f96e/tokio-stream/src/stream_map.rs#L575-L582). I'm not sure what expected values of `n` and `m` are,...

>This will reorder the vector which goes against the specification of StreamMap which promises to retain the incoming order Where is that specified? I only see this: >StreamMap is similar...

@DevSabb let me know if you want assistance implementing, documenting, or testing this.

Of course! I can also work on implementing this if you change your mind.

>Increasing our MSRV to 1.63.0 isn't going to happen anytime soon, but it probably will eventually. Once this happens, can `tokio`'s `Mutex::new()` become `const` as well, or are there other...

Did you end up making progress on this? Looks like this might have something to do with SNI. Unfortunately, `smtplib` is becoming a lot easier to use, so I'm going...

@devutkarsh It doesn't look like OpenAPI `3.0` is supported yet. Check out https://github.com/kongchen/swagger-maven-plugin/issues/550.

Actually it looks like `termwiz` has only published `0.20` and not `0.22`, which includes the bump of `terminfo` from `0.7` to `0.8`, which is needed for the `nom` version bump....

Has anyone heard any news about this? I'm still experiencing this issue.