The latest version of fast-tagsoup is 1.0.14-0.

fast-tagsoup

Version 1.0.11 revision 0 uploaded by VladimirShabanov.

Package meta

Synopsis
Fast parser for tagsoup package
Description

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.

Author
Vladimir Shabanov <vshabanoff@gmail.com>
Bug reports
n/a
Category
XML
Copyright
Vladimir Shabanov 2011-2016
Homepage
https://github.com/vshabanov/fast-tagsoup
Maintainer
Vladimir Shabanov <vshabanoff@gmail.com>
Package URL
n/a
Stability
n/a

Components