论文标题
快速XML/HTML for Haskell:XML Typelift
Fast XML/HTML for Haskell: XML TypeLift
论文作者
论文摘要
本文介绍并比较了一系列解析器,其中有或没有数据映射XML和Haskell之间的转换。表现最好的解析器与其他语言中最快的工具竞争,因此适合在大规模数据分析中使用。表现最好的解析器还允许中级Haskell编程技能的软件开发人员在从简单的Internet搜索中找到相关的XML模式后,不需要专业的事务知识或技能,就可以不久就开始处理大量XML文档。我们希望这种解析器性能和可用性的独特组合将为XML映射到高级语言提供新的标准。
The paper presents and compares a range of parsers with and without data mapping for conversion between XML and Haskell. The best performing parser competes favorably with the fastest tools available in other languages and is, thus, suitable for use in large-scale data analysis. The best performing parser also allows software developers of intermediate-level Haskell programming skills to start processing large numbers of XML documents soon after finding the relevant XML Schema from a simple internet search, without the need for specialist prior knowledge or skills. We hope that this unique combination of parser performance and usability will provide a new standard for XML mapping to high-level languages.