Skip to content

Reduce locking overhead for param specs

Matthias Clasen requested to merge gobject-speedups3 into main

Only take the pspec pool mutex once per g_object_new or g_object_set call.

This branch sits on top of gobject-speedups2

Merge request reports