Popularity
7.0
Stable
Activity
3.6
-
15
7
3

Monthly Downloads: 52
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data     Data Structures     Hw     XML     Succinct Data Structures    
Latest version: v0.5.1.0

hw-xml alternatives and similar packages

Based on the "hw" category.
Alternatively, view hw-xml alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of hw-xml or a related project?

Add another 'hw' Package

README

hw-xml

CircleCI

hw-xml is a high performance XML parsing library. It uses succinct data-structures to allow traversal of large XML strings with minimal memory overhead.

For an example, see [app/Main.hs](../master/app/Main.hs)

Notes