Skip to content
Commit 42e1d6e8 authored by David Faure's avatar David Faure
Browse files

KCompositeJob: port to new connect syntax. Improves performance.

Jobs are created quite often (e.g. in Akonadi's ItemSync)
so the performance of connect() itself showed up while profiling.
Old-style connect requires string comparisons...

This made ItemsyncTest::testFullSyncManyItems 1% faster, but
that's 3 million CPU cycles, and it makes job creation disappear
completely from the graph.
parent 095a75ee
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