Decode cache's Unref methods should act on vectors of things. |
|
Issue descriptionRight one, unref takes a single item to unref. There are cases (pre-decode images) where we end up calling this function several times in a loop. Since each of those needs to acquire a lock, we should either change Unref to take a vector of images or add a second function that can take a vector of images. |
|
►
Sign in to add a comment |
|
Comment 1 by vmp...@chromium.org
, Feb 1 2017