Skip to content

Commit

Permalink
Add line about low memory usage to README (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: Carey Metcalfe <carey@cmetcalfe.ca>
  • Loading branch information
dflock and pR0Ps committed Apr 25, 2023
1 parent dc37eb1 commit a17d732
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ size can be used to set the `Content-Length` header without having to generate t
Features:
- Generates zip data on the fly as it's requested.
- Can calculate the total size of the resulting zip file before generation even begins.
- Low memory use: Since the zip is generated as it's requested, very little has to be kept in
memory (peak usage of less than 20MB is typical, even for TBs of files).
- Flexible API: Typical use cases are simple, complicated ones are possible.
- Supports zipping data from files, bytes, strings, and any other iterable objects.
- Threadsafe: Won't mangle data if multiple threads concurrently add data to the same stream.
Expand Down

0 comments on commit a17d732

Please sign in to comment.