[mod-xslt-devel] xsl caching
Brought to you by:
pdunkel
From: <mod...@li...> - 2003-02-14 21:12:13
|
I am currently experimenting with caching parsed XSL Stylesheets. I have a really basic prototype running on my development machine. I am seeing ~5ms performance win per request with the caching enabled. P.S. I am still not sure what to do with my hash table inside the merge_dir function. Should I create a new hash table or save a reference to the base one? G.F. aka Gena01 http://www.gena01.com |