686791c4ed
Remove dup definitions and just use the RawFilePath one. </> etc are enough faster that it's probably faster than building a String directly, although I have not benchmarked.
3 lines
186 B
Markdown
3 lines
186 B
Markdown
Profiling of `git annex find --not --in web` suggests that converting Ref
|
|
to contain a ByteString, rather than a String, would eliminate a
|
|
fromRawFilePath that uses about 1% of runtime.
|