Tatsuhiro Tsujikawa
88b69bb669
Reduce huffman decoding table
...
Previously we have uint16_t as state member variable in
nghttp2_huff_decode structure to express -1 as failure. This is
because we have 256 valid states. However, we can express failed
state using flags member variable and make state uint8_t. This commit
does this and as a result the size of decoding table is reduced.
2014-05-31 00:19:30 +09:00
..
2014-05-13 23:42:55 +09:00
2014-05-06 23:10:50 +09:00
2014-05-06 23:10:50 +09:00
2014-05-13 23:42:55 +09:00
2014-05-13 23:42:55 +09:00
2014-05-22 21:41:43 +09:00
2014-05-22 21:41:43 +09:00
2014-05-31 00:19:30 +09:00
2014-05-31 00:19:30 +09:00
2014-05-31 00:19:30 +09:00
2014-05-28 23:33:37 +09:00
2014-05-28 23:33:37 +09:00
2014-05-12 22:58:04 +09:00
2014-05-06 17:05:47 +02:00
2014-05-26 21:48:30 +09:00
2014-05-10 18:27:53 +09:00
2014-03-30 19:26:37 +09:00
2014-03-30 19:26:37 +09:00
2014-04-22 23:20:33 +09:00
2014-03-30 19:26:37 +09:00
2014-04-04 21:57:47 +09:00
2014-04-04 21:57:47 +09:00
2014-04-01 21:47:51 +09:00
2014-05-08 23:07:29 +09:00
2014-03-30 19:26:37 +09:00
2014-03-30 19:26:37 +09:00
2014-04-17 21:18:18 +09:00
2014-03-30 19:26:37 +09:00
2014-03-30 19:26:37 +09:00
2014-03-30 19:26:37 +09:00
2014-05-29 22:18:52 +09:00
2014-05-08 23:07:29 +09:00
2014-05-16 22:30:59 +09:00
2014-05-08 23:07:29 +09:00
2014-05-08 23:54:07 +09:00
2014-03-30 19:26:37 +09:00
2014-03-30 19:26:37 +09:00