-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Write back to file lines that have been processed
This might have some performance implications as it reads the entire file into memory and writes at the same time... We will see how it performs as the text files should not be too intense, but if it performs badly in integration we should switch it out for a different way, maybe writing to a temporary file or something.
- Loading branch information
1 parent
70dbbd8
commit ab776ef
Showing
2 changed files
with
84 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters