summaryrefslogtreecommitdiff
path: root/optim/TOTRY
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-12-21 22:24:50 +0100
committerNick Wellnhofer <wellnhofer@aevum.de>2022-12-21 22:30:25 +0100
commitc74e59039508395da1c2dad9343c53316092f6b4 (patch)
tree0ad7da87d0a336bb43f24319de4016652d4c1efe /optim/TOTRY
parent101a542eb816212ad5ed39788951a745ba276235 (diff)
downloadlibxml2-c74e59039508395da1c2dad9343c53316092f6b4.tar.gz
Remove ancient TODOs
Diffstat (limited to 'optim/TOTRY')
-rw-r--r--optim/TOTRY23
1 files changed, 0 insertions, 23 deletions
diff --git a/optim/TOTRY b/optim/TOTRY
deleted file mode 100644
index 5b37b0bb..00000000
--- a/optim/TOTRY
+++ /dev/null
@@ -1,23 +0,0 @@
-XML:
-====
- - I/O avoid copies when parsing mmap'ed files, need to use
- unmutable buffers except for the last 4K to make it 0 terminated
- (or get rid of 0 termination check in the whole parser, hard !)
- - recheck > 4Gb instances for parsing, and RNG validation.
-
-
-XSLT:
-=====
- - global variable access
- for each expr in stylesheet : allocate index
- for each transformation context
- create an index table
- cache values in the transformation
- - context evaluation
- - cache
- - constants at the XPAth level
- - provide more info on compiled expressions
- - dependances w.r.t. variables (which ones)
- - dependency on the current node
- - dependency on the current document
- - do not use _private but other fields in the node structures.