Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now enumerate all the input files, sorts them by their basename (to group the same basenames together), then combines all the files with the same basename. Unfortunately this doesn't seem to provide any speedup, probably because I'm running it through cygwin which does weird stuff with file I/O.
- Loading branch information
a5adb11
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes #1 (theoretically)... doesn't really give much of a speed improvement though.