[z3c_pt] Re: SVN: z3c.pt/trunk/ Refactored compiler classes; reimplemented disk-cache module.

2008-08-23 Thread Malthe Borch
Hey Hanno, ––– Right, so the main feature of the new disk cache is that it actually correctly represents the entire state of the template class, something that was not the case previously. It can probably be optimized and we can also revert to the previous strategy, but it's important that we've g

[z3c_pt] Re: SVN: z3c.pt/trunk/ Refactored compiler classes; reimplemented disk-cache module.

2008-08-23 Thread Hanno Schlichting
Hi Malthe. Malthe Borch wrote: > Log message for revision 90140: > Refactored compiler classes; reimplemented disk-cache module. Is there any specific reason why you switched to a pickle based cache instead of a byte-code based one? This made the cache twelve times slower than before :( At lea