[gst-devel] possible optimisations in pad_push mutex handling

Edward Hervey bilboed at gmail.com
Mon Oct 11 13:49:39 CEST 2010


On Mon, 2010-10-11 at 10:19 +0200, Wim Taymans wrote:
> 
> BTW, before you go down this route, I'm sure you can find a 2%
> performance increase elsewhere, like making the recursive locks in
> glib use native pthread recursive locks instead of the 7 method calls
> that it does now.

  Working on that one (native pthread recursive mutex in glib), should
have some useful data by tonight/tomorrow.

>  Or maybe add less contention to the glib type lookups..

  Revived my old native rwlock (based on wtay's original work) to help
potentially speed up all the rwlock usage in gobject/gtype.c

   Edward





More information about the gstreamer-devel mailing list