Caching CommonHyphenation (was: Re: The effect of the property cache ...)

2007-07-19 Thread Andreas L Delmelle
On Jul 19, 2007, at 00:36, Andreas L Delmelle wrote: On Jul 18, 2007, at 23:18, Jeremias Maerki wrote: - One of the easiest candidates for another flyweight is probably CommonHyphenation (56K instances, 2.3MB in my example). The few member variables could probably just be concatenated to a

Re: Caching CommonHyphenation (was: Re: The effect of the property cache ...)

2007-07-20 Thread Jeremias Maerki
On 20.07.2007 06:56:21 Andreas L Delmelle wrote: > On Jul 19, 2007, at 00:36, Andreas L Delmelle wrote: > > > > > On Jul 18, 2007, at 23:18, Jeremias Maerki wrote: > > > >> - One of the easiest candidates for another flyweight is probably > >> CommonHyphenation (56K instances, 2.3MB in my exampl

Re: Caching CommonHyphenation (was: Re: The effect of the property cache ...)

2007-07-20 Thread Andreas L Delmelle
On Jul 20, 2007, at 09:19, Jeremias Maerki wrote: This means we currently end up in the strange situation where different/separate CommonHyphenation instances are generated from identical sets of base Property instances. Raises the question for me if for properties without dynamic context-b