summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-01-30 10:26:59 +0100
committerDaniel Friesel <derf@finalrewind.org>2021-01-30 10:26:59 +0100
commitb5411252cc0d195a6ae031e4af9b7c504df9029b (patch)
tree2c53f19aa197b5865eb07c7f0f658c4c333ee603
parentb2fdb1b54bdee0685a232d9e73a0f0dd1011e36b (diff)
README: [x] tests
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6652eea..941202f 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,7 @@ and (u)int32\_t, which are typically provided by stdint.h, it has no external
dependencies.
zlib-deflate-nostdlib is focused on a low memory footprint. It is not optimized
-for speed. Right now, the implementation is naive, but usable. See below for
-the current status and TODOs. Be aware that this library has not been
-extensively tested yet.
+for speed and uses a pretty naive implementation right now.
Note: This library *inflates* (i.e., decompresses) data. The source files and
API are named as such, as is the corresponding function in the original zlib