VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.14/optim/TOTRY@ 98661

Last change on this file since 98661 was 95312, checked in by vboxsync, 2 years ago

libs/{curl,libxml2}: OSE export fixes, bugref:8515

File size: 795 bytes
Line 
1XML:
2====
3 - I/O avoid copies when parsing mmap'ed files, need to use
4 unmutable buffers except for the last 4K to make it 0 terminated
5 (or get rid of 0 termination check in the whole parser, hard !)
6 - recheck > 4Gb instances for parsing, and RNG validation.
7
8
9XSLT:
10=====
11 - global variable access
12 for each expr in stylesheet : allocate index
13 for each transformation context
14 create an index table
15 cache values in the transformation
16 - context evaluation
17 - cache
18 - constants at the XPAth level
19 - provide more info on compiled expressions
20 - dependances w.r.t. variables (which ones)
21 - dependency on the current node
22 - dependency on the current document
23 - do not use _private but other fields in the node structures.
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette