This project is mirrored from https://github.com/glguy/utf8-string.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jul 11, 2018
-
-
glguy authored
Add fromChar function
-
- Feb 20, 2018
-
-
glguy authored
-
glguy authored
Fix test warnings and wire up encode/decode test
-
glguy authored
Fixes #26
-
George Wilson authored
-
George Wilson authored
-
- Dec 22, 2017
-
-
emertens authored
Fixes #23
-
- May 01, 2017
-
-
glguy authored
Allow building with GHC 8.2
-
Ryan Scott authored
-
Ryan Scott authored
-
Ryan Scott authored
-
- Jan 07, 2016
-
-
glguy authored
Support GHC 8.0/base-4.9 & add issue-tracker URL
-
- Jan 02, 2016
-
-
Herbert Valerio Riedel authored
-
Herbert Valerio Riedel authored
-
- Dec 18, 2015
-
-
glguy authored
Add IsString instance for UTF8 string container type
-
- Dec 17, 2015
-
-
Frankie Robertson authored
-
- Oct 31, 2015
- Aug 22, 2015
- Aug 21, 2015
-
-
glguy authored
-
glguy authored
-
glguy authored
Improve the performance of Lazy.fromString
-
Neil Mitchell authored
-
Neil Mitchell authored
-
- Jan 23, 2015
- May 19, 2014
- Apr 30, 2014
-
-
David Turner authored
-
- Mar 27, 2012
-
-
glguy authored
Add .gitignore
-
- Mar 06, 2012
-
-
pcapriotti authored
-
- Nov 17, 2011
-
-
glguy authored
Minor performance improvements
-
Thomas Main DuBuisson authored
When considering a simple benchmark [1]: let p = ((== "en") . U.take 2) print . length . filter p . U.lines =<< L.readFile . head =<< getArgs It's apparent that we are underperforming (compare to the shell script solution, this take twice as long). The accumulator of splitAt wasn't strict (used bang patterns). Also, even with -O2, the construction / destruction of the tuple for take & drop's lifting of splitAt wasn't being optimized away. Perhaps more investigation should be done re: GHC, but the cheap solution is to just duplicate code for take and drop, which is what this patch does. Original: user 0m1.704s Final: user 0m1.092s [1] http://stackoverflow.com/questions/8172889/quickly-parse-large-utf-8-text-file-in-haskell
-
- Aug 21, 2011
-
-
glguy authored
-
- Aug 09, 2011
-
-
dterei authored
-
- Aug 03, 2011
-
-
dterei authored
-