[vlc-devel] [PATCH 3/9] preparser: read item directly from the current thread

Thomas Guillem thomas at gllm.fr
Thu Jun 2 10:31:39 CEST 2016



On Wed, Jun 1, 2016, at 19:40, Rémi Denis-Courmont wrote:
> On Wednesday 01 June 2016 13:24:47 Thomas Guillem wrote:
> > This avoid creating a new thread each time the preparser is parsing an item.
> 
> Threads are cheap. I don´t really see the point.

When parsing a database using libvlc_media parse, we are creating 3
useless threads for one media. I don't think we will see any differences
performances wise, but still, I preferred to clean this.

> 
> -- 
> Rémi Denis-Courmont
> http://www.remlab.net/
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list