git-annex/Backend
Joey Hess f17ec601c4
optimize truncateFilePath
Often the filepath will be all ascii, or mostly so, and this
optimisation makes a file that has an ascii suffix of sufficient length
be roundtrip converted between String and ByteString only once, rather
than once per character.

Sponsored-by: Graham Spencer
2025-01-22 13:09:15 -04:00
..
VURL remove read of the heads 2024-09-26 18:43:59 -04:00
External.hs startExternalAddonProcess add parameters 2024-04-17 13:09:10 -04:00
GitRemoteAnnex.hs avoid using dropWhileEnd 2024-05-28 10:27:36 -04:00
Hash.hs started Annex.Sim 2024-09-04 15:15:36 -04:00
URL.hs implement URL to VURL migration 2024-03-01 16:42:02 -04:00
Utilities.hs optimize truncateFilePath 2025-01-22 13:09:15 -04:00
Variety.hs remove read of the heads 2024-09-26 18:43:59 -04:00
VURL.hs VURL verifyKeyContent True when there are no recorded equivkeys 2025-01-03 17:24:30 -04:00
WORM.hs implement URL to VURL migration 2024-03-01 16:42:02 -04:00