├── .gitignore ├── LICENSE ├── Makefile ├── README.rst ├── libzbitmap.c ├── libzbitmap.h └── test ├── Makefile ├── files ├── 001-compressed ├── 001-original ├── 002-compressed ├── 002-original ├── 003-compressed ├── 003-original ├── 004-compressed ├── 004-original ├── 005-compressed ├── 005-original ├── 006-compressed ├── 006-original ├── 007-compressed ├── 007-original ├── 008-compressed ├── 008-original ├── 009-compressed ├── 009-original ├── 010-compressed ├── 010-original ├── 011-compressed ├── 011-original ├── 012-compressed ├── 012-original ├── 013-compressed ├── 013-original ├── 014-compressed ├── 014-original ├── 015-compressed ├── 015-original ├── 016-compressed ├── 016-original ├── 017-compressed ├── 017-original ├── 018-compressed ├── 018-original ├── 019-compressed └── 019-original └── test.c /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/Makefile -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/README.rst -------------------------------------------------------------------------------- /libzbitmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/libzbitmap.c -------------------------------------------------------------------------------- /libzbitmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/libzbitmap.h -------------------------------------------------------------------------------- /test/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/Makefile -------------------------------------------------------------------------------- /test/files/001-compressed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/001-compressed -------------------------------------------------------------------------------- /test/files/001-original: -------------------------------------------------------------------------------- 1 | Small files don't get compressed at all... 2 | -------------------------------------------------------------------------------- /test/files/002-compressed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/002-compressed -------------------------------------------------------------------------------- /test/files/002-original: -------------------------------------------------------------------------------- 1 | KL̠" -------------------------------------------------------------------------------- /test/files/003-compressed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/003-compressed -------------------------------------------------------------------------------- /test/files/003-original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/003-original -------------------------------------------------------------------------------- /test/files/004-compressed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/004-compressed -------------------------------------------------------------------------------- /test/files/004-original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/004-original -------------------------------------------------------------------------------- /test/files/005-compressed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/005-compressed -------------------------------------------------------------------------------- /test/files/005-original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/005-original -------------------------------------------------------------------------------- /test/files/006-compressed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/006-compressed -------------------------------------------------------------------------------- /test/files/006-original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/006-original -------------------------------------------------------------------------------- /test/files/007-compressed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/007-compressed -------------------------------------------------------------------------------- /test/files/007-original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/007-original -------------------------------------------------------------------------------- /test/files/008-compressed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/008-compressed -------------------------------------------------------------------------------- /test/files/008-original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/008-original -------------------------------------------------------------------------------- /test/files/009-compressed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/009-compressed -------------------------------------------------------------------------------- /test/files/009-original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/009-original -------------------------------------------------------------------------------- /test/files/010-compressed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/010-compressed -------------------------------------------------------------------------------- /test/files/010-original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/010-original -------------------------------------------------------------------------------- /test/files/011-compressed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/011-compressed -------------------------------------------------------------------------------- /test/files/011-original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/011-original -------------------------------------------------------------------------------- /test/files/012-compressed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/012-compressed -------------------------------------------------------------------------------- /test/files/012-original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/012-original -------------------------------------------------------------------------------- /test/files/013-compressed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/013-compressed -------------------------------------------------------------------------------- /test/files/013-original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/013-original -------------------------------------------------------------------------------- /test/files/014-compressed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/014-compressed -------------------------------------------------------------------------------- /test/files/014-original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/014-original -------------------------------------------------------------------------------- /test/files/015-compressed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/015-compressed -------------------------------------------------------------------------------- /test/files/015-original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/015-original -------------------------------------------------------------------------------- /test/files/016-compressed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/016-compressed -------------------------------------------------------------------------------- /test/files/016-original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/016-original -------------------------------------------------------------------------------- /test/files/017-compressed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/017-compressed -------------------------------------------------------------------------------- /test/files/017-original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/017-original -------------------------------------------------------------------------------- /test/files/018-compressed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/018-compressed -------------------------------------------------------------------------------- /test/files/018-original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/018-original -------------------------------------------------------------------------------- /test/files/019-compressed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/019-compressed -------------------------------------------------------------------------------- /test/files/019-original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/files/019-original -------------------------------------------------------------------------------- /test/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eafer/libzbitmap/HEAD/test/test.c --------------------------------------------------------------------------------