git-annex/Git
Joey Hess 7ff89ccfee convert all git read/write functions to use ByteStrings
This yields a second or so speedup in unused, find, etc. Seems that even
when the ByteString is immediately split and then converted to Strings,
it's faster.

I may try to push ByteStrings out into more of git-annex gradually,
although I suspect most of the time-critical parts are already covered
now, and many of the rest rely on libraries that only support Strings.
2011-09-29 23:48:57 -04:00
..
CatFile.hs refactor catfile code 2011-09-28 15:17:36 -04:00
LsFiles.hs convert all git read/write functions to use ByteStrings 2011-09-29 23:48:57 -04:00
LsTree.hs convert all git read/write functions to use ByteStrings 2011-09-29 23:48:57 -04:00
Queue.hs split groups of related functions out of Utility 2011-08-22 16:14:12 -04:00
UnionMerge.hs convert all git read/write functions to use ByteStrings 2011-09-29 23:48:57 -04:00