Skip to content

clock: Avoid creating a weakref with every entry

Creating and destroying weakrefs takes a write lock on a global GRWLock. This makes for a very contended lock when the pipeline has many synchronizing elements.

Merge request reports