From a5ff2fa0cfaed566b1988d377743fa0ed5db0407 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 27 Aug 2021 13:22:58 -0300 Subject: TODOs.md: Add links to zlib implementations on Resources section --- TODOs.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODOs.md b/TODOs.md index 696bd4a..e6bd403 100644 --- a/TODOs.md +++ b/TODOs.md @@ -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 -- cgit v1.2.3