mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-17 18:12:04 +01:00
updated TO-DO to include various performance improvement ideas
This commit is contained in:
parent
5a507fd22c
commit
014ea05879
2 changed files with 7 additions and 0 deletions
0
include/XSLT/impl/handler/xslt_inline_element_handler.hpp
Normal file → Executable file
0
include/XSLT/impl/handler/xslt_inline_element_handler.hpp
Normal file → Executable 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
|
Loading…
Reference in a new issue