diff options
| author | EuAndreh <eu@euandre.org> | 2021-08-27 13:22:58 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-08-27 13:22:58 -0300 |
| commit | a5ff2fa0cfaed566b1988d377743fa0ed5db0407 (patch) | |
| tree | df7a41d4fcb721a4152cef1aaa9b9e85821f570b | |
| parent | src/lib.c: Stick to 80 columns (diff) | |
| download | gistatic-a5ff2fa0cfaed566b1988d377743fa0ed5db0407.tar.gz gistatic-a5ff2fa0cfaed566b1988d377743fa0ed5db0407.tar.xz | |
TODOs.md: Add links to zlib implementations on Resources section
| -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 |
