Comment #1 on issue 5270 by
[hidden email]: Improve FreeType Caching
http://code.google.com/p/pharo/issues/detail?id=5270I improved the general handling for characters in the ascii range by a
factor 4.
now the question is, whether we want to pay the cost for having this:
fastCache := Array new: 256 * 256.
nilCache := Array new: 256.
subpixelCache := Array new: 256 * 64.
= roughly 4MB of pointers with half of the objects being arrays = let's
estimate it as being around 15 MB
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker