mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-04 10:50:59 +01:00
readme update - shortened intro
This commit is contained in:
parent
df4e30e944
commit
2d09ff455d
1 changed files with 4 additions and 8 deletions
12
README.md
12
README.md
|
@ -5,17 +5,13 @@ pako - zlib port to javascript, very fast!
|
|||
|
||||
__Why pako is cool:__
|
||||
|
||||
- Almost as fast in modern browsers as C implementation (see benchmarks)
|
||||
- Works in browser
|
||||
- Modular - you can browserify any separate component
|
||||
- Both Sync & streamable interfaces (streamable is for big blobs)
|
||||
- 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
|
||||
- Almost as fast in modern browsers as C implementation (see benchmarks).
|
||||
- Works in browser, you can browserify any separate component.
|
||||
- Both Sync & streamable (for big blobs) interfaces.
|
||||
- It's fresh - ports the latest zlib version (now 1.2.8), results are binary equal.
|
||||
|
||||
__Benchmarks:__
|
||||
|
||||
|
||||
```
|
||||
node v0.10, 10mb sample:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue