Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Piezoid committed May 3, 2019
1 parent 023cead commit 1291af4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@ bash test.sh

This is a prototype for proof of concept, so expect some rough corners.

- Right now, the code is a mix between the old libdeflate code base (C with gotos) and C++ prototyped code. Currently it is mostly organized like a header library. However since the source is quite large, we don't think this is the best distribution for it. The middle-ground would be a PIMPL approach with a virtual ABI and some utility wrappers.
If pugz chokes on some of your large files that you are willing to share, please fill a issue !

- Right now, the code is a mix between the old libdeflate code base (C with gotos) and prototyped C++. Currently it is mostly organized as a header library. However since the source is quite large, we don't think this is the best distribution for it. The middle-ground would be a PIMPL approach with a virtual ABI and some utility wrappers.

- Proper error handling is non existent (relies on assertions).

- Blocked/multipart gzip is not currently supported. (but will be in the future)
- Blocked/multipart gzip is not currently supported. (support planned)

- Could generate/use an index file for faster random access.

Expand Down

0 comments on commit 1291af4

Please sign in to comment.