Slava Egorov

Results 443 comments of Slava Egorov

Feel free to send me the new phrasing for review - I will be happy to take a look. I don't use my computer so much so I can only...

There are currently no plans (or bandwidth) to implement HTTP/3 support as either builtin `dart:io` feature or even as a package. @lrhn do you think we should maybe close this...

@flawnn Nothing has changed since https://github.com/dart-lang/sdk/issues/38595#issuecomment-712857906 If you want to use QUIC just bind to a library that implements it (e.g. cronet, see https://github.com/google/cronet.dart).

I believe that nothing has changed here: we still have no bandwidth to provide http/3 implementations in the core SDK. I strongly believe that HTTP3 protocol implementation should be implemented...

@zoeyfan that label is just about the size of compiled Dart code - so it does not fit this particular issue which is more about the size of the runtime...

You could try to use an array of functions as a replacement. It should be considerably faster than linear searching the switch uses. > It would be great if the...

Thanks for the contribution @blaugold! If you have any numbers - could you share how much it improved performance of your code? :)

> How can I manually upgrade the dart SDK in the flutter SDK? I some situations you could theoretically do that, but this fix requires rebuilding Flutter Engine binaries. Unless...