commit | 7f0a7acb0a5d24d2d1471562a5b524645c8212b9 | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Mon Aug 08 10:28:45 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 09 13:31:20 2022 |
tree | 8a9ee109fd252c922725397a3ec0f64b6ec87f19 | |
parent | 39ae69690e30b614a8320c314a34b654b6c12256 [diff] |
Improve PacketArrivalTimeMap perfomance replace std::deque implementation with a manually controlled circular buffer. replace Timestamp validity check from 'IsInfinite()' accesser to cheaper comparison to zero. These greatly increase PacketArrivalTimeMap::AddPacket perfomance when packet arrive with large sequence number gaps. Bug: chromium:1349880 Change-Id: I6f4e814b1086ca9d0b48608531e3a387d9e542dc Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/270564 Reviewed-by: Victor Boivie <boivie@webrtc.org> Reviewed-by: Philip Eliasson <philipel@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37722}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.