tnakamura@webrtc.org
4d9c07ad6d
Revert 4127 "Switch frame list implementation to std::map."
We want to revert r4104 for b/9216252, but because r4127 was built on top of r4104, we need to revert r4127 first. We'll un/re-revert this if we discover that r4104 is not to blame. > Switch frame list implementation to std::map. > > This reduces the complexity of insert and find (by timestamp) from linear to logarithmic, which has a big impact on large frame lists. > > BUG=1726 > TEST=trybots, vie_auto_test --automated > R=mikhal@webrtc.org > > Review URL: https://webrtc-codereview.appspot.com/1561005 TBR=stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1590005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4145 4adac7df-926f-26a2-2b94-8c16560cd09d
Description
No description provided
Languages
C++
76%
C
16%
Python
2.3%
Java
2.1%
Objective-C++
1.5%
Other
1.9%