This project is mirrored from https://github.com/haskell/text.
Pull mirroring updated .
- Mar 28, 2021
-
-
Bodigrim authored
-
- Jun 23, 2019
-
-
if we only need to run a few benchmarks, e.g. `text-benchmarks Pure/drop/Text+tiny` it's wasteful to initialize all of them (and read all the test data in memory - all the test data is a few hundreds of MB, but we read it in several tests, as different types, and most seriously, as String - which turns this into GBs of memory)
-
- Aug 08, 2017
-
-
bos authored
I used the code from the gist as the source for the Concat module.
-