commit | fc67b455e6691d78266055402b6b82daecf82d41 | [log] [tgz] |
---|---|---|
author | Henrik Boström <hbos@webrtc.org> | Wed Jul 27 08:55:45 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 27 11:18:41 2022 |
tree | 7a8f83490fcae6fa2fe278e208ea03e0daad6607 | |
parent | 16ddaa71c751cc0f39cb2602c7c51d5ec959fa35 [diff] |
[ModernStats] Replace uses of std::unique_ptr<> with absl::optional<>. Optional better describes "optionality" so let's do it for the sake of style. But a side-effect of switching to optional may be better memory locality than std::unique_ptr<>. (Anecdotally I saw a pprof suggesting a significant amount of time being spent allocating/reading these maps. This CL is unlikely to make the difference but it can't hurt.) Bug: webrtc:14289 Change-Id: I7dcea9625b95c2f1a23e7d9595d27b58883570e2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/269404 Commit-Queue: Henrik Boström <hbos@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37624}
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.