-
Import foreign types constructors to satisfy GHC 7.3+
mvv committedOct 28, 2011
-
bos committed
Oct 25, 2011 -
bos committed
Oct 25, 2011 -
Added tag 0.11.1.6 for changeset 9d6d3a9690ad
bos committedOct 25, 2011 -
bos committed
Oct 25, 2011 -
Daniel Fischer committed
Oct 25, 2011 On chunk boundaries, the character was not recorded and the global index not incremented, causing issue #10.
-
Fix a corner case in lazy text search.
bos committedOct 4, 2011 On a chunk boundary, we were not passing the correct mask and skip values along to the function that would process the next chunk.
-
bos committed
Oct 4, 2011 -
Eliminate a useless fromIntegral.
bos committedOct 4, 2011
-
bos committed
Aug 22, 2011 -
Add top-level QuickCheck test support.
bos committedAug 22, 2011 The "real" tests remain in tests/tests - this test suite is built without optimization, and simply lets us do a quick pass/fail during automated builds.
-
Point the master repo and bugtracker at github.
bos committedAug 22, 2011
-
Consistently use ByteString's for IO
jaspervdj committedAug 18, 2011
-
Benchmark stream and restreamXXX as well
jaspervdj committedAug 13, 2011 -
Benchmark all Encoding.Fusion streaming functions
jaspervdj committedAug 13, 2011 -
jaspervdj committed
Aug 13, 2011
-
Added tag 0.11.1.5 for changeset 53906ad0c7e6
bos committedJul 22, 2011
-
bos committed
Jul 20, 2011 -
Fix an overly cautious bit of arithmetic checking.
bos committedJul 20, 2011 Even though the value behind a Size is an Int, we actually intend that those values should always be non-negative. (We don't use the notionally more appropriate Word because GHC doesn't do a very good job with it.) But non-negative means that 0+0 should be 0! Um, oops.
-
Bump dependency on integer-gmp
tibbe committedJul 15, 2011
-
Mark the ASCII decoding functions as deprecated.
bos committedJul 11, 2011 -
Change where we look for test data
bos committedJul 11, 2011
-
Portable native UTF-8 decoder gives 3.7x faster decoding
bos committedJul 10, 2011 This code is derived from Björn Höhrmann's UTF-8 decoder. Compared to the original Haskell decoder from cac7dbcbc392, it's between 2.17 and 3.68 times faster. It's even between 1.18 and 3.58 times faster than the improved Haskell decoder from 71ead801296a. The x86-specific decoding path gives a substantial win for entirely and partly ASCII text, e.g. HTML and XML, at the cost of being about 17% slower than the portable C decoder for entirely non-ASCII text.
-
Transplant UTF-8 decoding benchmarks as of 44d20dca8f35
bos committedJul 10, 2011 -
Add Chinese HTML to decode benchmark
bos committedJul 10, 2011 -
Allow decoding of multiple files when benchmarking
bos committedJul 10, 2011