git-annex/Git
Joey Hess 86426036a0
optimise catfile interface with ByteString and Attoparsec
Around 3% total speedup.

Profiling git annex find --not --in web, it's now bytestring end-to-end,
and there is only a little added overhead in eg accessing the Annex
state MVar (3%). The rest of the runtime is spent reading symlinks, and
in attoparsec.

This feels like the end of the optimisation road, without a major change
like caching information for faster queries.
2020-04-10 14:18:52 -04:00
..
Command update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Remote Removed support for git versions older than 2.1 2019-09-11 16:14:43 -04:00
AutoCorrect.hs all commands building except for assistant 2019-12-05 14:41:18 -04:00
Branch.hs ByteString Ref continued 2020-04-07 13:27:11 -04:00
BuildVersion.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
CatFile.hs optimise catfile interface with ByteString and Attoparsec 2020-04-10 14:18:52 -04:00
CheckAttr.hs Removed support for git versions older than 2.1 2019-09-11 16:14:43 -04:00
CheckIgnore.hs Removed support for git versions older than 2.1 2019-09-11 16:14:43 -04:00
Command.hs started converting Ref from String to ByteString 2020-04-06 17:14:49 -04:00
Config.hs better error message when git config fails to parse remote config 2020-01-22 13:35:54 -04:00
ConfigTypes.hs all commands building except for assistant 2019-12-05 14:41:18 -04:00
Construct.hs convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -04:00
Credential.hs started converting Ref from String to ByteString 2020-04-06 17:14:49 -04:00
CurrentRepo.hs convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -04:00
DiffTree.hs remove unused import 2020-04-08 14:04:58 -04:00
DiffTreeItem.hs ByteString Ref continued 2020-04-07 11:54:27 -04:00
Env.hs convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -04:00
FileMode.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Filename.hs fix quickcheck failure 2019-12-30 13:54:46 -04:00
FilePath.hs ByteString Ref continued 2020-04-07 11:54:27 -04:00
Fsck.hs started converting Ref from String to ByteString 2020-04-06 17:14:49 -04:00
GCrypt.hs all commands building except for assistant 2019-12-05 14:41:18 -04:00
HashObject.hs started converting Ref from String to ByteString 2020-04-06 17:14:49 -04:00
History.hs ByteString Ref continued 2020-04-07 13:27:11 -04:00
Hook.hs convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -04:00
Index.hs convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -04:00
LockFile.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
LsFiles.hs ByteString Ref continued 2020-04-07 13:27:11 -04:00
LsTree.hs ByteString Ref continued 2020-04-07 11:54:27 -04:00
Merge.hs Removed support for git versions older than 2.1 2019-09-11 16:14:43 -04:00
Objects.hs ByteString Ref continued 2020-04-07 11:54:27 -04:00
Queue.hs remove one more warningIO 2019-11-12 10:45:52 -04:00
Ref.hs Ref ByteString conversion done 2020-04-07 17:41:09 -04:00
RefLog.hs ByteString Ref continued 2020-04-07 11:54:27 -04:00
Remote.hs windows build fix 2020-01-01 13:46:03 -04:00
Repair.hs ByteString Ref continued 2020-04-07 13:27:11 -04:00
Sha.hs started converting Ref from String to ByteString 2020-04-06 17:14:49 -04:00
Ssh.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Status.hs convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -04:00
Tree.hs ByteString Ref continued 2020-04-07 13:27:11 -04:00
Types.hs optimise catfile interface with ByteString and Attoparsec 2020-04-10 14:18:52 -04:00
UnionMerge.hs ByteString Ref continued 2020-04-07 13:27:11 -04:00
UpdateIndex.hs ByteString Ref continued 2020-04-07 11:54:27 -04:00
Url.hs lfs endpoint discovery and caching in git-lfs special remote 2019-08-02 12:38:14 -04:00
Version.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00