The fast-tagsoup package
Fast TagSoup parser. Speeds of 20-200MB/sec were observed.
Works only with strict bytestrings.
This library is intended to be used in conjunction with the original tagsoup package:
import Text.HTML.TagSoup hiding (parseTags, renderTags) import Text.HTML.TagSoup.Fast
Besides speed fast-tagsoup correctly handles HTML <script> and <style> tags, converts tags to lower case and can decode non UTF-8 XML for you.
This parser is used in production in BazQux Reader feeds and comments crawler.
Properties
| Versions | 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4 |
|---|---|
| Dependencies | base (4.*), bytestring, tagsoup, text, text-icu |
| License | BSD3 |
| Copyright | Vladimir Shabanov 2011-2012 |
| Author | Vladimir Shabanov <vshabanoff@gmail.com> |
| Maintainer | Vladimir Shabanov <vshabanoff@gmail.com> |
| Category | XML |
| Home page | https://github.com/vshabanov/fast-tagsoup |
| Source repository | git clone https://github.com/vshabanov/fast-tagsoup |
| Upload date | Mon Sep 24 22:38:35 UTC 2012 |
| Uploaded by | VladimirShabanov |
| Built on | ghc-7.6 |
Modules
- Text
- HTML
- TagSoup
- HTML
Downloads
- fast-tagsoup-1.0.3.tar.gz (Cabal source package)
- package description (included in the package)