guruofquality / gras

GRAS: The GNU Radio Advanced Scheduler
https://github.com/guruofquality/gras/wiki
Other
23 stars 11 forks source link

input buffer stitching #30

Closed guruofquality closed 11 years ago

guruofquality commented 11 years ago

if an input buffer arrives into the back of the queue and it is contiguous with the back buffer, dont push another buffer into the queue, combine them both into one with a larger length

this should go along with always flushing the output after work