https://github.com/thenickdude/pako-issue-78
Test for pako issue 78
https://github.com/thenickdude/pako-issue-78
Last synced: 2 months ago
JSON representation
Test for pako issue 78
- Host: GitHub
- URL: https://github.com/thenickdude/pako-issue-78
- Owner: thenickdude
- Created: 2016-07-21T03:22:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-21T03:25:53.000Z (almost 9 years ago)
- Last Synced: 2025-01-26T00:17:04.551Z (4 months ago)
- Language: JavaScript
- Size: 8.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pako bug demo
```bash
npm install./test.js
```Output:
```
Deflating 2165414 bytes
=======================
Deflate by pako: 76078 bytes
Deflate by zlib: 76674 bytes
first difference at 76074
----------------------
Inflate by pako(pako): 2150549 bytes
Inflate by zlib(pako): 2150549 bytes
----------------------
Inflate by pako(zlib): 2165414 bytes
Inflate by zlib(zlib): 2165414 bytes
```__Deflate result is different.__