[ANN] "Pure" Ogg-Vorbis decoder

Avi Bryant avi at beta4.com
Sat Jun 12 07:15:28 UTC 2004


On Jun 11, 2004, at 7:54 PM, Russell Penney wrote:
> What are the benefits of FloatArray?

It has prims for arithmetic operations - so if you're doing vector 
addition with floats, say, it should be quite a bit faster.  It also 
takes less memory if you have large numbers of floats, since floats are 
immediate values within the array.  But apart from noticing that you do 
use arrays of floats, I haven't looked at the Ogg code enough to really 
know if those things would help.




More information about the Squeak-dev mailing list