git-annex/Command
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
..
Add.hs tweak 2011-09-15 16:59:52 -04:00
AddUrl.hs go go gadget hlint 2011-09-20 23:24:48 -04:00
ConfigList.hs remove command type definitions 2011-09-15 16:50:49 -04:00
Copy.hs move annex.numcopies parsing into withNumCopies 2011-09-15 16:24:47 -04:00
Describe.hs remove command type definitions 2011-09-15 16:50:49 -04:00
Drop.hs move annex.numcopies parsing into withNumCopies 2011-09-15 16:24:47 -04:00
DropKey.hs remove command type definitions 2011-09-15 16:50:49 -04:00
DropUnused.hs remove command type definitions 2011-09-15 16:50:49 -04:00
Find.hs make find show files meeting limits, even when not present 2011-09-18 20:42:15 -04:00
Fix.hs remove command type definitions 2011-09-15 16:50:49 -04:00
FromKey.hs remove command type definitions 2011-09-15 16:50:49 -04:00
Fsck.hs refactor 2011-09-23 18:13:24 -04:00
Get.hs move annex.numcopies parsing into withNumCopies 2011-09-15 16:24:47 -04:00
InAnnex.hs remove command type definitions 2011-09-15 16:50:49 -04:00
Init.hs remove command type definitions 2011-09-15 16:50:49 -04:00
InitRemote.hs go go gadget hlint 2011-09-20 23:24:48 -04:00
Lock.hs tweak 2011-09-15 16:59:52 -04:00
Map.hs remove command type definitions 2011-09-15 16:50:49 -04:00
Merge.hs remove command type definitions 2011-09-15 16:50:49 -04:00
Migrate.hs go go gadget hlint 2011-09-20 23:24:48 -04:00
Move.hs remove command type definitions 2011-09-15 16:50:49 -04:00
PreCommit.hs tweak 2011-09-15 16:59:52 -04:00
RecvKey.hs remove command type definitions 2011-09-15 16:50:49 -04:00
Semitrust.hs remove command type definitions 2011-09-15 16:50:49 -04:00
SendKey.hs remove command type definitions 2011-09-15 16:50:49 -04:00
SetKey.hs remove command type definitions 2011-09-15 16:50:49 -04:00
Status.hs go go gadget hlint 2011-09-20 23:24:48 -04:00
Trust.hs remove command type definitions 2011-09-15 16:50:49 -04:00
Unannex.hs refactor 2011-09-23 18:13:24 -04:00
Uninit.hs remove command type definitions 2011-09-15 16:50:49 -04:00
Unlock.hs refactor 2011-09-23 18:13:24 -04:00
Untrust.hs remove command type definitions 2011-09-15 16:50:49 -04:00
Unused.hs convert all git read/write functions to use ByteStrings 2011-09-29 23:48:57 -04:00
Upgrade.hs remove command type definitions 2011-09-15 16:50:49 -04:00
Version.hs remove command type definitions 2011-09-15 16:50:49 -04:00
Whereis.hs remove command type definitions 2011-09-15 16:50:49 -04:00