/xmlbench/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/xmlbench/trunk

« back to all changes in this revision

Viewing changes to ToDo

  • Committer: Suren A. Chilingaryan
  • Date: 2009-09-29 13:48:57 UTC
  • Revision ID: csa@dside.dyndns.org-20090929134857-4na5zz7nzgbg73o8
QT Pull Parser

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Features
2
2
--------
3
 
1. Add XPath benchmarks
4
 
2. Separate DOM Creation Benchmark and Serilization Benchmark
5
 
3. Add DOM Tree Walking Benchmark
6
 
4. Output to OpenOffice SpreadSheet
 
3
1. Add XPath benchmarks combined with DOM tree walking
 
4
2. Provide separate timing for creation and serialization in  DOM Benchmark
 
5
3. Investigate XQuery Engines
 
6
4. Add support for Incremental/Push mode and Pull parsing in feature list
 
7
5. Output to OpenOffice SpreadSheet
7
8
 
8
9
Optimizations
9
10
-------------
10
11
1. Try to remake Xalan XSLT truth XercesDomWrapperParsedSource
11
 
2. Try parallel threads for Intel XML, change number of allowed threads in
12
 
        /opt/intel/xmlsoftwaresuite/cpp/1.2/conf/
13
 
 
14
 
New Parsers
15
 
-----------
16
 
1. Intel XML Suite / Java
17
 
2. LLVM tests
18
 
 
19
 
Other
20
 
-----
21
 
1. Add support PUSH, PULL parsing in feature list
 
12
2. Try to use LLVM instead of gcc