diff options
-rw-r--r-- | TODOs.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -292,6 +292,9 @@ This isn't the case for this library. - [A simple tar implementation](https://github.com/calccrypto/tar) - [libtar - C library for manipulating tar files](https://github.com/tklauser/libtar) - [`static int write_tar_entry()`](https://git.kernel.org/pub/scm/git/git.git/tree/archive-tar.c?id=daab8a564f8bbac55f70f8bf86c070e001a9b006#n242) from Git itself (which is what CGit uses) +- [zlib-ng](https://github.com/zlib-ng/zlib-ng): zlib replacement with optimizations for "next generation" systems +- [jzlib](https://github.com/ymnk/jzlib): re-implementation of zlib in pure Java +- [pako](https://github.com/nodeca/pako/): high speed zlib port to javascript, works in browser & node.js # Scratch |