Re: TAG feedback on Web Audio

On 8/7/2013 11:56 PM, Jer Noble wrote:
> Solutions which require the former usually also require the latter two,

Certainly not in all systems, but I'll assume it's indeed the case here. 
There are certainly systems in which one of the reasons for copying is so 
that input from an I/O buffer (which might be fixed and reused) is copied 
to a fixed application buffer that is also reused. In such cases: lots of 
copying, no malloc or GC churn. I'd say this is very typical of Unix I/O, 
for example (granting that Unix doesn't do GC anyway).

> which may explain why they've all been lumped together under "copying".

OK.

Noah

Received on Friday, 9 August 2013 16:04:40 UTC