> But I don't know why do it can increase parallelism?
Assume the following situation
file_source-> multiply_const -> file_sink
assume the complete file fits into the buffer, and n_best wouldn't be
buffer/2, then file_source would read the whole file, and write it to
the buffer. Only then, multi
Hi Tom, Johnathan,
Thanks your reply.
Hi Marcus,
Seems your conclusion is make sense.
I think it might relate with buffer size which was allocated in
"flat_flowgraph.cc / allocate_buffer"
// *2 because we're now only filling them 1/2 way in order to
// increase the available paralleli