commit | eec21bdae34bd63ebf568430488d6e25d8db9b4a | [log] [tgz] |
---|---|---|
author | jbauch <jbauch@webrtc.org> | Sun Mar 20 13:15:43 2016 |
committer | Commit bot <commit-bot@chromium.org> | Sun Mar 20 13:15:48 2016 |
tree | 55957caf9bc91200b00059a51c690ac123ad3750 | |
parent | 5585001e5d3f867753752a8569a4f778636c583d [diff] |
Reland Use CopyOnWriteBuffer instead of Buffer to avoid unnecessary copies. This CL removes copy and assign support from Buffer and changes various parameters from Buffer to CopyOnWriteBuffer so they can be passed along and copied without actually copying the underlying data. With this changed some parameters to be "const" and fixed an issue when creating a CopyOnWriteBuffer with empty data. BUG=webrtc:5155 Review URL: https://codereview.webrtc.org/1823503002 Cr-Commit-Position: refs/heads/master@{#12062}
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.