Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kemchenj authored Jul 7, 2019
1 parent bbe0e8e commit f8f8210
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Reports/2019/#74-2019.07.08.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,11 @@
- [SwiftRocks’s article on SwiftUI’s tricks](https://swiftrocks.com/inside-swiftui-compiler-magic.html)
- [kateinoigakukun’s article on how SwiftUI uses ABI stability for its magic](https://kateinoigakukun.hatenablog.com/entry/2019/06/09/081831)

### 🐕 [Uber 使用 QUIC 协议优化 App 网络性能](https://eng.uber.com/employing-quic-protocol/)

Uber 由于使用场景的特殊性,所以对于网络延迟有比较严格的要求,延迟过久的情况经常被定位到系统的 TCP 实现上,所以他们最后决定改为使用 QUIC 协议

QUIC 作为新一代 HTTP3 的底层协议,它在连接建立,拥堵控制等方面都比 TCP 更加先进,在这篇文章里他们详细介绍了两种方案的区别,QUIC 接入的过程以及接入后的网络延迟数据


## 工具
Expand Down

0 comments on commit f8f8210

Please sign in to comment.