Skip to content

Add a picture buffer pool

Henrik Gramner requested to merge gramner/dav1d:picture_buffer_pool into master

Reuse buffers allocated for picture data instead of constantly freeing and allocating new ones.

The impact of this can vary significantly between different systems, in particular it's highly beneficial on Windows where it can result in an overall performance increase of up to 10% in some cases.

Merge request reports