Vitaly Puzrin
|
8a49fcd212
|
Finished removing data classes, use packed tables directly
|
2014-03-13 03:10:51 +04:00 |
|
Vitaly Puzrin
|
8ce9f4fb3c
|
inftree now uses packed tables directly
|
2014-03-13 02:12:37 +04:00 |
|
Vitaly Puzrin
|
35e1b51738
|
Increased tests timeout (needed for CI)
|
2014-03-13 00:41:05 +04:00 |
|
Vitaly Puzrin
|
a6ec0c7820
|
inflate_fast() now works with packed tables directly
|
2014-03-13 00:12:05 +04:00 |
|
Vitaly Puzrin
|
f09d27bc1e
|
Store tables data in compact form
|
2014-03-12 22:50:55 +04:00 |
|
Vitaly Puzrin
|
63ffa3baae
|
Generate inflate static tables on the fly
|
2014-03-12 22:08:29 +04:00 |
|
Vitaly Puzrin
|
86c7fb99af
|
updated profiling stub
|
2014-03-12 14:24:07 +04:00 |
|
Vitaly Puzrin
|
c6f445a2e2
|
Fixed inflate level 0
|
2014-03-12 06:10:15 +04:00 |
|
Vitaly Puzrin
|
b3ff0b746e
|
Autodetect inflate window size by default
|
2014-03-12 05:50:19 +04:00 |
|
Vitaly Puzrin
|
dfe21c62da
|
docs update
|
2014-03-12 05:01:30 +04:00 |
|
Vitaly Puzrin
|
9b4b6b9a30
|
zlib inflate exports cleanup
|
2014-03-12 04:07:21 +04:00 |
|
Vitaly Puzrin
|
1079e6d9eb
|
Removed local closures from inflate()
|
2014-03-12 03:58:52 +04:00 |
|
Vitaly Puzrin
|
8a6a0f004c
|
removed unnecessary uint64 cast
|
2014-03-12 03:34:22 +04:00 |
|
Vitaly Puzrin
|
b03bbe55a7
|
Fixed goto emulation in inffast
|
2014-03-12 03:24:12 +04:00 |
|
Vitaly Puzrin
|
aa281b06ed
|
Shrink untyped arrays more effectively
|
2014-03-12 03:09:11 +04:00 |
|
Vitaly Puzrin
|
6b5edb3b34
|
Enabled basic inflate tests
|
2014-03-12 02:49:19 +04:00 |
|
Vitaly Puzrin
|
5370c1382d
|
Fixed bug in inflate options logic
|
2014-03-12 02:46:29 +04:00 |
|
Vitaly Puzrin
|
7701d13f4b
|
Added pako inflate benchmarks
|
2014-03-12 01:10:54 +04:00 |
|
nik
|
5f9b67413b
|
fast inflate implementation
|
2014-03-11 12:00:40 -03:00 |
|
nik
|
9a3d43cd34
|
begin inffast implementation
|
2014-03-08 00:11:38 -03:00 |
|
Vitaly Puzrin
|
e05b8f897c
|
Started adding inflate functions
|
2014-03-04 23:44:39 +04:00 |
|
Vitaly Puzrin
|
0289460807
|
travis update: should run soucelab tests now
|
2014-02-28 10:40:39 +04:00 |
|
Vitaly Puzrin
|
81331bb248
|
IE fixes
|
2014-02-28 01:46:32 +04:00 |
|
Vitaly Puzrin
|
b9171721f9
|
added saucelabs tests runner
|
2014-02-28 00:22:56 +04:00 |
|
Vitaly Puzrin
|
9af504523f
|
Added tests to run in browser (no CI yet)
|
2014-02-27 21:58:12 +04:00 |
|
Vitaly Puzrin
|
76b520d122
|
Added more deflate benchmarks + inflate benchmarks
|
2014-02-27 12:48:33 +04:00 |
|
Vitaly Puzrin
|
652ff4d794
|
Changed benchmark data formats pass
|
2014-02-27 12:00:58 +04:00 |
|
Vitaly Puzrin
|
0b21c5b402
|
readme update
|
2014-02-24 08:53:24 +04:00 |
|
Vitaly Puzrin
|
65134c83f8
|
Makefile & configs cleanup - use local dependencies
|
2014-02-24 07:50:30 +04:00 |
|
Vitaly Puzrin
|
bb7961a6cd
|
Added browserified sources
|
2014-02-24 07:12:39 +04:00 |
|
Vitaly Puzrin
|
395a1fae39
|
Added bower config
|
2014-02-24 07:08:52 +04:00 |
|
Vitaly Puzrin
|
e78abad260
|
Reorganized constants - move locally as much as possible
|
2014-02-24 06:17:36 +04:00 |
|
Vitaly Puzrin
|
1c008e7901
|
updated ignore masks
|
2014-02-24 06:17:00 +04:00 |
|
Vitaly Puzrin
|
5cabad0d48
|
added coverage generation & improved tests
|
2014-02-21 19:06:31 +04:00 |
|
Vitaly Puzrin
|
a131622863
|
Added inflate testing skeleton
|
2014-02-21 14:48:40 +04:00 |
|
Vitaly Puzrin
|
c924e13ed5
|
added tests with untyped arrays
|
2014-02-21 13:26:36 +04:00 |
|
Vitaly Puzrin
|
371292dfef
|
Closed TODOs and added comments
|
2014-02-21 11:42:42 +04:00 |
|
Vitaly Puzrin
|
4c159cfb16
|
removed unnecessary uint cast
|
2014-02-20 22:31:37 +04:00 |
|
nik
|
18250b5298
|
fix crc32 & enable gzip test
|
2014-02-20 15:15:21 -03:00 |
|
Vitaly Puzrin
|
f733a66266
|
better docs/works with errors/messages
|
2014-02-20 21:29:22 +04:00 |
|
Vitaly Puzrin
|
eb234788e0
|
Updated docs & inflate wrapper
|
2014-02-20 18:55:09 +04:00 |
|
Vitaly Puzrin
|
2d09ff455d
|
readme update - shortened intro
|
2014-02-20 16:49:08 +04:00 |
|
Vitaly Puzrin
|
df4e30e944
|
More raw deflate tests
|
2014-02-20 01:42:37 +04:00 |
|
Vitaly Puzrin
|
52a5c6aa8f
|
Added generated API docs
|
2014-02-20 01:38:10 +04:00 |
|
Vitaly Puzrin
|
9e18b276cd
|
Fixed RLE strategy
|
2014-02-19 22:17:44 +04:00 |
|
Vitaly Puzrin
|
917d665a4c
|
reduced TODOs count
|
2014-02-19 20:00:44 +04:00 |
|
Vitaly Puzrin
|
ad79b4b136
|
updated benchmarks info in readme
|
2014-02-19 18:40:53 +04:00 |
|
Vitaly Puzrin
|
028cdf58d5
|
use level 6 for deflate profiling
|
2014-02-19 17:43:07 +04:00 |
|
Vitaly Puzrin
|
0a2c767841
|
enabled bin fixture
|
2014-02-19 17:42:25 +04:00 |
|
nik
|
2434495874
|
fix flush block in deflate_slow & enable windowBits test
|
2014-02-19 10:15:20 -03:00 |
|