lkml.org 
[lkml]   [2015]   [Jan]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC/PATCHSET 00/37] perf tools: Speed-up perf report by using multi thread (v1)
> > Isn't it fast enough to have a single thread that pre scans
> > the events (perhaps with some single-thread optimizations
> > like vectorization), and then load balances the work to
> > a thread pool?
>
> I don't understand it. Could you please elaborate it?

Have a thread pool. Then there is a single thread which pre-processes
events and puts them into queues, which are then processed in parallel
by the threads in the thread pool.


-Andi


\
 
 \ /
  Last update: 2015-01-08 16:01    [W:0.090 / U:0.108 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site