Ref T7149. A couple diffs down the line, this will let us emit chunked files without doing all the work up front or holding the entire file in RAM.
Details
Details
- Reviewers
btrahan - Maniphest Tasks
- T7149: Allow users to import data into a new Phacility instance
- Commits
- Restricted Diffusion Commit
rP2aefb438439d: Support a file data iteration interface for large files
(Some newlines added for clarity.)
$ ./bin/files cat F942 ABCDEFGHIJKLMNOPQRSTUVWXYZ $ ./bin/files cat F942 --begin 1 BCDEFGHIJKLMNOPQRSTUVWXYZ $ ./bin/files cat F942 --end 10 ABCDEFGHIJ $ ./bin/files cat F942 --begin 3 --end 5 DE $
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- chunk6
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 4877 Build 4895: [Placeholder Plan] Wait for 30 Seconds