optimisation
Avoid unnecessary conversion to/from String.
This commit is contained in:
parent
c30557594e
commit
b2222e4639
2 changed files with 5 additions and 3 deletions
|
@ -411,7 +411,7 @@ files = do
|
|||
-- so use getJournalledFilesStale which should be much smaller most
|
||||
-- of the time. branchFiles will stream as the list is consumed.
|
||||
l <- (++)
|
||||
<$> (map toRawFilePath <$> getJournalledFilesStale)
|
||||
<$> getJournalledFilesStale
|
||||
<*> pure bfs
|
||||
return (l, cleanup)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue