Re: [Discuss-gnuradio] buffer size 32k

2006-07-07 Thread Charles Swiger
On Wed, 2006-07-05 at 09:39 -0700, Eric Blossom wrote: > On Wed, Jul 05, 2006 at 11:25:55AM -0400, Chuck Swiger wrote: > > I'm curious about this statement in > > $PYTHONPATH/gnuradio/gr/flow_graph.py > > > > # We could scan the graph here and determine individual sizes > > # based

Re: [Discuss-gnuradio] buffer size 32k

2006-07-05 Thread Charles Swiger
On Wed, 2006-07-05 at 09:39 -0700, Eric Blossom wrote: > On Wed, Jul 05, 2006 at 11:25:55AM -0400, Chuck Swiger wrote: > > > > Because: One of my simple test apps works 600% faster using 4k buffer > > instead of 32k, since it doesn't have to wait for stale data to clear. > > Chuck, can you point

Re: [Discuss-gnuradio] buffer size 32k

2006-07-05 Thread Eric Blossom
On Wed, Jul 05, 2006 at 11:25:55AM -0400, Chuck Swiger wrote: > I'm curious about this statement in > $PYTHONPATH/gnuradio/gr/flow_graph.py > > # We could scan the graph here and determine individual sizes > # based on relative_rate, number of readers, etc. > > > In the meantime,

[Discuss-gnuradio] buffer size 32k

2006-07-05 Thread Charles Swiger
I'm curious about this statement in $PYTHONPATH/gnuradio/gr/flow_graph.py # We could scan the graph here and determine individual sizes # based on relative_rate, number of readers, etc. In the meantime, it would be nice to be able, somehow, to tweak the global buffer size from in