1. SMP Behaviour on XMark Data
Back to the start page
The following tables shows the behavior of SMP on XMark Documents of different sizes for XMark Benchmark Queries. The following values are listed.
- Proj. Size: Size of the projected document
- Mem: High watermark of SMP memory consumption
- Time: Total duration of document projection
- User: User time spent for document projection
- Sys: System time spent for document projection
- Usr + Sys: Sum of User and Sys
- CPU: Average CPU load during projection, computed as (User + Sys)/Time
- States: Number of states of the constructed runtime automaton. CW (BM) denotes the number of Commentz-Walter (Boyer-Moore) automata constructed at runtime
- Avg Jump Size: Average number of characters skipped while running CW/BM algorithm
- Initial Jump: Percentage of document skipped by initial jumps
- Char Comp: Total number of characters in the document that have been inspected
Benchmarks on 10MB Document
Benchmarks on 100MB Document
Benchmarks on 1000MB Document
Benchmarks on 5000MB Document
Back to the start page