commit | b05fa2466a21ad0dfb4c750ebbb260675bce592f | [log] [tgz] |
---|---|---|
author | magjed <magjed@webrtc.org> | Fri Nov 11 12:00:16 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Nov 11 12:00:20 2016 |
tree | 05a0c79903dbd5fc25656066139039a829f2e501 | |
parent | acd935b5402a045e4038500e149903b18aa95226 [diff] |
Optimize FindCodecById and ReferencedCodecsMatch These functions currently copy cricket::Codec classes by value which is expensive since they contain e.g. std::map<std::string, std::string> containers with parameters. This CL avoids copying them altogether. BUG=webrtc:6337 Review-Url: https://codereview.webrtc.org/2493733003 Cr-Commit-Position: refs/heads/master@{#15040}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.