<div class="gmail_quote">On Tue, Feb 16, 2010 at 7:38 AM, Stefan Haustein <span dir="ltr"><<a href="mailto:haustein@google.com">haustein@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Tue, Feb 16, 2010 at 10:08 AM, Maciej Stachowiak <span dir="ltr"><<a href="mailto:mjs@apple.com" target="_blank">mjs@apple.com</a>></span> wrote:<br></div><div class="gmail_quote"><div class="im">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><br>
On Feb 16, 2010, at 12:13 AM, Jonas Sicking wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Absolutely! I definitely agree that we need a type like this. The<br>
sooner the better. On that note, do you know what the latest status is<br>
within ECMA on this? I know you made a proposal on the webapps list<br>
(or was it here?), did that go anywhere?<br>
</blockquote>
<br></div>
I made my proposal to ECMA TC-39 (the relevant committee). I will try to polish it and request it as an agenda item for the next face-to-face (in March). Independently, WebGL's typed arrays have been proposed.</blockquote>

<div><br></div></div><div>Hi Maciej,</div><div><br></div><div>do you have a link to your proposal?</div></div></blockquote><div><br></div><div>And in particular, does it bear any resemblance to the WebGLArray interfaces, as proposed in (<a href="http://people.mozilla.com/~vladimir/jsvec/TypedArray-spec.html">http://people.mozilla.com/~vladimir/jsvec/TypedArray-spec.html</a>)? I'm particularly concerned with the interfaces among all these different subsystems (WebGL, Canvas, XHR, File, etc., as being discussed on this thread) that want to operate on binary data.</div>
<div><br></div><div>We've found that getting data from XHR to WebGL via WebGLArrays to be a huge (read: probably orders-of-magnitude) bottleneck; but being able to slice mesh and texture data out of arrays directly from XHR responses would completely fix this.</div>
</div>