Robert,

On 20 Aug 2010, at 16:19, Robert Sirois wrote:

> Adding an image to a WAFileLibrary (100 - 150kb) increases the changes file 
> size by 0.5 mb consistently.

That is perfectly normal: the textual representation of your binary image ( ^ 
#( 34 34 4 3 23 ... 34 2 2) asByteArray ) is many times larger than the bytes 
themselves. This representation is in a method's source code. All method source 
code is written to the changes file, every time it changes. WAFileLibrary is 
great because it is super easy, flexible and convenient, but it is not meant 
for heavy use.

Sven


_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to