FloatArray is a raw array of bits interpreted as single precision (32
bits) floats. It does not contain any object pointer, only the content
(value).
At each access #at: will create a new Float (64 bits).
So you have (self at: 1) ~~ (self at: 1).
Does that explain?
Nicolas
2009/6/11 Cyrille Delaunay <
[hidden email]>:
_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project