kopia lustrzana https://github.com/viljoviitanen/pako
readme update - shortened intro
rodzic
df4e30e944
commit
2d09ff455d
12
README.md
12
README.md
|
|
@ -5,17 +5,13 @@ pako - zlib port to javascript, very fast!
|
||||||
|
|
||||||
__Why pako is cool:__
|
__Why pako is cool:__
|
||||||
|
|
||||||
- Almost as fast in modern browsers as C implementation (see benchmarks)
|
- Almost as fast in modern browsers as C implementation (see benchmarks).
|
||||||
- Works in browser
|
- Works in browser, you can browserify any separate component.
|
||||||
- Modular - you can browserify any separate component
|
- Both Sync & streamable (for big blobs) interfaces.
|
||||||
- Both Sync & streamable interfaces (streamable is for big blobs)
|
- It's fresh - ports the latest zlib version (now 1.2.8), results are binary equal.
|
||||||
- It's fresh - ports the latest zlib version (now 1.2.8)
|
|
||||||
- Tested - result is binary equal to zlib's one
|
|
||||||
- No restrictions - MIT licence
|
|
||||||
|
|
||||||
__Benchmarks:__
|
__Benchmarks:__
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
node v0.10, 10mb sample:
|
node v0.10, 10mb sample:
|
||||||
|
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue