Optimised git-annex branch log file timestamp parsing. 10% speedup
authorJoey Hess <joeyh@joeyh.name>
Thu, 29 Sep 2016 18:04:53 +0000 (14:04 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 29 Sep 2016 18:04:53 +0000 (14:04 -0400)
commit7cae6c746cb8254f1aa0a1fc25eb0fc7ecd91c65
treeb7d7fc3aa6787d41ab68d83cd46037082d4376b9
parent3e7218b2208fa3a2636e8a7da3e1d94cf16ca672
Optimised git-annex branch log file timestamp parsing. 10% speedup

This sped up git annex find --not --in web from 6.64s to 5.69s.
The optimised parser is probably more like 50% faster than the general one
it replaced.
CHANGELOG
Logs/TimeStamp.hs