Paketname | libghc6-regex-tdfa-prof |
Beschreibung | Profiling libraries for the tagged DFA regex engine |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.1.4-1 |
Sektion | haskell |
Priorität | extra |
Installierte Größe | 9700 Byte |
Hängt ab von | libghc6-regex-tdfa-dev (= 1.1.4-1), libghc6-array-prof-0.3.0.0-dbdf7, libghc6-base-prof-4.2.0.0-7399 |
Empfohlene Pakete | |
Paketbetreuer | Debian Haskell Group |
Quelle | haskell-regex-tdfa |
Paketgröße | 2222424 Byte |
Prüfsumme MD5 | bdb668ae15f606a6167bc3d6cab0fb8a |
Prüfsumme SHA1 | 0dab2ab599683de7c075b8ff5699b4eef4bb5170 |
Prüfsumme SHA256 | fef6bdb52f843f13b07aa96c46316816189bd757f4a0db9082ea383f368fa316 |
Link zum Herunterladen | libghc6-regex-tdfa-prof_1.1.4-1_i386.deb |
Ausführliche Beschreibung | .
A pure Haskell alternative to GHC's Text.Regex module (with some
enhancements). The Text.Regex module marshalls the data back and forth to
c-arrays to call libc and this is far too slow (and strict).
.
This module parses regular expression Strings using a Parsec parser and
creates an internal data structure (Text.Regex.Lazy.Pattern). This is then
transformed a DFA table for matching against the input String or
FastPackedString. The input string is consumed lazily, so it may be an
arbitrarily long or infinite source.
.
This package contains the profiling libraries compiled for GHC 6.
|