commit | 9e380fd484db09c37323b90a19c5ce7965927975 | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Mon Sep 09 17:22:37 2019 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Sep 09 16:31:53 2019 +0000 |
tree | f66aa5f6a12ec92d78bcbdd7eef933b72bd8d8cf | |
parent | a5d952f4be27a613de944890add6b013d745884b [diff] |
Improve performance of RtpPacketHistory The data structures in RtpPacketHistory were chosen based on assumption of few packets with possible sparse segments due to missing acking. In practice high bitrate usages with full histories seem to be more of a problem. Due to that, change storage from an std::map to an std::deque and live with potential segments of nullptr. Also limit size of padding prio set so that doesn't become a bottleneck. Bug: webrtc:8975 Change-Id: I3b6314fb3255937d25362ff2cd906efb7b1397f7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/145901 Commit-Queue: Erik Språng <sprang@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29117}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.