updated TO-DO to include various performance improvement ideas

This commit is contained in:
jez 2009-05-05 19:30:47 +01:00
parent 5a507fd22c
commit 014ea05879
2 changed files with 7 additions and 0 deletions

View file

View file

@ -19,3 +19,10 @@ output combining (partially done for cdata-section-elements)
Performance
variable pool
string pool?
use underlying_impl in XPath axis walker
use underlying_impl in XPath functions
short circuit evaluation in functions
only convert to full NodeSet at boundary
use a proxy to return propagate values out of functions