commit | d093d0db7f64c76b71997447ccb432216cf73582 | [log] [tgz] |
---|---|---|
author | Daniel Collins <dpcollins@google.com> | Thu Dec 14 19:14:13 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 14 21:08:58 2023 |
tree | d880dfdaf8b26b6da6d20f0a26afc58150ad3469 | |
parent | 3ba809d6a6bc20931adde485bb04586a6556db11 [diff] |
Change CallbackDeferrer to pre-reserve the deferred vector. The push_back pattern results in frequent vector growth which has performance overhead. This is .5% of our server's CPU Bug: webrtc:15723 Change-Id: Ic151c81a4b49a7d48a354b75f62694bc6f9a1ee4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/331440 Reviewed-by: Victor Boivie <boivie@webrtc.org> Commit-Queue: Daniel Collins <dpcollins@google.com> Cr-Commit-Position: refs/heads/main@{#41388}
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.