This project is mirrored from https://github.com/haskell/text.
Pull mirroring updated .
- 23 Jul, 2010 6 commits
-
-
bos authored
--HG-- extra : convert_revision : ab40b0006f26c23bafd53dcb89ef32c1524b6b92
-
bos authored
--HG-- extra : convert_revision : 36b3811848d28b08657c7e243fa18d54454f9523
-
bos authored
--HG-- extra : convert_revision : c69644ca8ea7eb8f325d4cdb383cfee611a2de83
-
bos authored
--HG-- extra : convert_revision : 4b289cc3e6e9bbb503f50627f919a1a9ddff4180
-
bos authored
--HG-- extra : convert_revision : 103b77f2ae6513c5198b248519e6a072133da262
-
bos authored
--HG-- extra : convert_revision : eaabcdbf2cbc56c7c574a83b9c3023a0cb06f3f2
-
- 03 Jul, 2010 3 commits
- 02 Jul, 2010 5 commits
-
-
bos authored
--HG-- extra : convert_revision : 3c48fc59edfd05a26585da837f367ab2c67fbf8a
-
bos authored
--HG-- extra : convert_revision : 6de5bd4e514054bb463601410d30bdea75470def
-
bos authored
--HG-- extra : convert_revision : e6db1e0f9db3297a491b9cb13bb131211b0451ff
-
bos authored
--HG-- extra : convert_revision : ceea42033c48ac07a0354903e1cf5da3a2a6fa26
-
bos authored
--HG-- extra : convert_revision : 219d63a7e73a2a9afef518a1ab5042e6e4497ef0
-
- 15 Jul, 2010 6 commits
-
-
bos authored
--HG-- extra : convert_revision : 8e40018d24c0a1ef8ac0774f98aa3829ed6c3753
-
bos authored
--HG-- extra : convert_revision : 3834278b15b1c4206cedcc7ebdf36d2d0b9668dd
-
bos authored
--HG-- extra : convert_revision : d7452062aaa59dcae986e4911511b1cf0eec460f
-
bos authored
--HG-- extra : convert_revision : 6709c03fbc4c3e3dc245f4bbd82f45c7d7fe77e3
-
bos authored
--HG-- extra : convert_revision : 4d258127dfc45ed7e15c5ba4b80f38135b249bf7
-
bos authored
--HG-- extra : convert_revision : 469b97a6d689b1957c5ec9fcb40e063a97997d25
-
- 14 Jul, 2010 2 commits
-
-
bos authored
Split the buffered write function into several, and inline commitBuffer. The big win is the split into writeLines and writeBlocks, which halved execution time of the benchmark. The other changes are incremental to that. --HG-- extra : convert_revision : 70f8018c74348745d5989e1f6877419cd89bdb98
-
bos authored
--HG-- extra : convert_revision : f29a0a04b175952f9f30c0ad7fe2b85dd3d610fa
-
- 18 May, 2010 1 commit
-
-
tibbe authored
--HG-- extra : convert_revision : fd96ce6072154d7af6e195677c0fc7c29747fa8a
-
- 17 May, 2010 1 commit
-
-
tibbe authored
--HG-- extra : convert_revision : c145bf17e27cabd222f5f7f4a35678d2673e07f3
-
- 16 May, 2010 1 commit
-
-
tibbe authored
This rule avoids the creation of an intermediate 'Text' value in fromText (fromString "str")) --HG-- extra : convert_revision : 9f03f767e207154eadcec4adeac7878b78f8b1ab
-
- 15 May, 2010 2 commits
- 14 May, 2010 2 commits
- 12 May, 2010 2 commits
-
-
tibbe authored
The rewrite rules makes GHC think writeN (and ensureFree) are recursive so no unfolding would be generated for them. --HG-- extra : convert_revision : fedf2bd08c3bf1a7d53494227d813fc402c72652
-
tibbe authored
This speeds up the "builder/mappend 8 char" benchmark by 39%. The number of merged bounds checks is currently limited to -fmax-simplifier-iterations. Replacing 'append' (and perhaps 'writeN') with some other combinator might fix that problem. --HG-- extra : convert_revision : 544680871090133b873457b13c531de66bd91e30
-
- 03 May, 2010 1 commit
-
-
bos authored
--HG-- extra : convert_revision : 53718628db7ec636c175ffa0db861b5dcf879a94
-
- 02 May, 2010 3 commits
- 30 Apr, 2010 2 commits
- 29 Apr, 2010 3 commits