ANN: regex-tdfa-1.1.0

18 Mar
2009
18 Mar
'09
8:23 a.m.
I have just uploaded the new regex-tdfa-1.1.0 to hackage. This version is a small performance update to the old regex-tdfa-1.0.0 version. Previously all text (e.g. ByteString) being search was converted to String and sent through a single engine. The new version uses a type class and SPECIALIZE pragmas to avoid converting to String. This should make adding support for searching other Char containers easy to do. The new version includes six specialized engine loops to take advantage of obvious optimizations of the traversal. The previous version had only a couple of such engines. The new code paths have been tested for correctness and no performance degradations have shown up. -- Chris
5909
Age (days ago)
5909
Last active (days ago)
0 comments
1 participants
participants (1)
-
ChrisK