Skip to content
Commit c998e136 authored by Bernhard Liebl's avatar Bernhard Liebl
Browse files

Delay purging of KisTextureTileInfoPoolSingleSize

Adds a KisSignalCompressor to the purge memory logic in KisTextureTileInfoPool, such that the pool items are not freed immediately as the pool allocation reaches 0, but only after a delay of 1s. This fixes a performance hit on some systems, where the pool gets completely freed and reallocated several times a second.

Differential Revision: https://phabricator.kde.org/D8279
parent a7ba06f0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment