Signals in GLib uses marshaling to massage parameters, which effects
performance. I get that.

I have performance critical code that needs callbacks, and I'd like to use
the signal system's framework for registering handlers.

Is it possible to handcraft a very specific marshaller for my callback that
adds minimal-to-no overhead? How would the performance compare to simple
iterating a GList and invoking c-style callbacks?

I could go down the route of doing the custom marshaller and compare the
performance myself, but I was wondering if someone has experimented with
this. If not, I will do the tests and post my results.
_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to