On Fri, Oct 10, 2008 at 11:24 AM, Stefan Brüns <[EMAIL PROTECTED]> wrote:
> I found at least one point which gives some improvement - there are a few > functions, which take an argument of type "pmt_t", but can be changed > to "const pmt_t&" without any negative side effect. Good. > At the moment, I am experimenting with memory pools for some of the passed > objects - this should give some improvement (most time is spent in > malloc/free), without breaking ref counting, polymorphic types ... > Malloc/Free is taking most of the time atm, so lets see what this brings. Keep us up to date with your experiments, you're on the right track. -- Johnathan Corgan Corgan Enterprises LLC http://corganenterprises.com/ _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
