Skip to content

Speed up property lookup

Matthias Clasen requested to merge gobject-speedups4 into main

This patch avoids going to the pspec pool in most cases, by keeping the array passed to g_object_install_properties.

This branch sits on top of gobject-speedups2

Numbers for the complex-construction performance test with the accumulated changes:

Millions of constructed objects per second: 11.184

Edited by Matthias Clasen

Merge request reports