Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 467 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 467 Bytes

Scalable XML Query Processing using Parallel Pushdown Transducers

Project of the lecture ''Design of Parallel and High-Performance Computing'' at ETH Zürich

Goal

The goal of this project is to implement a way to query/parse large XML files or streams in parallel using pushdown transducers. The theoretical aspect of the work is provided by Odgen et al. Target architecture is the Intel Xeon Phi using OpenMP.