And hi again.

Some notes about the previous proof of concept:

1) existing cache becomes obsolete (cached bytecodes need to be cleaned).

2) it doesn't affect performance of normal loading or bytecode cache loading.

3) a new loading method can be used - precompiled code as modules
(quick and dirty ModuleLoader example is here [1]).

4) loading from modules is several times faster than using bytecode
cache (from 3 to 5 times in the templates I tested). This will shine
in App Engine and kick a** of everything else, but also can be used
outside of App Engine for those that want extra performance for the
cost of precompiling the templates.

Ok, now I'm definitely flooding pocoo-libs. :-/ Sorry about this. :-)

-- rodrigo

[1] http://paste.pocoo.org/show/124400/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pocoo-libs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pocoo-libs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to