Revisit file format #10

Closed
opened 2024-06-28 10:39:30 +00:00 by stephenseo · 0 comments
Owner

After some thinking, I realized it would be nice to have "streaming support". That is, being able to write the archive file directly to stdout for possible use in a Unix pipeline. This is not possible if the output file requires seeking, and the way the file format is specified I don't think seeking is avoidable. Thus, the file format should be revisited to be writable in a single pass.

After some thinking, I realized it would be nice to have "streaming support". That is, being able to write the archive file directly to stdout for possible use in a Unix pipeline. This is not possible if the output file requires seeking, and the way the file format is specified I don't think seeking is avoidable. Thus, the file format should be revisited to be writable in a single pass.
stephenseo added this to the Development Planning project 2024-06-28 10:39:30 +00:00
stephenseo referenced this issue from a commit 2024-07-02 05:04:45 +00:00
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: stephenseo/SimpleArchiver#10
No description provided.