Aaron Boxer

Results 202 comments of Aaron Boxer

Thanks, tsomeq. I will merge this in.

Thanks! I found a number of problems; will fix and make a pull request.

ok, not much needed to change, it turns out. In your functions script, I had to remove the "function" at the beginning of each function (since you already have c...

oops, github at my back ticks. should read seq 1 $#

it did it again: seq 1 $# should be enclosed in back ticks

@jan-wassenberg I'm afraid I won't have time to look at this for a while - should we close ?

Thanks. I'm interested in a higher level recycle -returning a buffer owned by my task to a buffer pool. I will look into implementing this. It looks like a task's...

@tsung-wei-huang I've implemented this using an Observer - when I create tasks I add to std::map with tf::Task hash as key and my custom object as value, and call free...

Well, it turns out I can manage memory myself using reference counting, so no need for garbage collection