Matthew Honnibal
|
d62eb34b76
|
* More Py 2/3 compatibility in bit strings
|
2015-07-24 04:52:06 +02:00 |
|
Matthew Honnibal
|
c4ff410fdb
|
* Fix bytes problems for Python3
|
2015-07-24 03:48:23 +02:00 |
|
Matthew Honnibal
|
424854028f
|
* Fix decode_int32
|
2015-07-21 20:09:59 +00:00 |
|
Matthew Honnibal
|
c8b89e37a5
|
* Bug fix to faster huffman decoding
|
2015-07-21 20:05:53 +02:00 |
|
Matthew Honnibal
|
c6cd0ddce8
|
* Add faster encode_int32 and decode_int32 methods
|
2015-07-21 19:58:45 +02:00 |
|
Matthew Honnibal
|
bb0ba1f0cd
|
* Improve serialization speed
|
2015-07-20 03:27:59 +02:00 |
|
Matthew Honnibal
|
5a042ee0d3
|
* Add function to predict number of bits needed to encode message
|
2015-07-20 01:35:11 +02:00 |
|
Matthew Honnibal
|
cd1d047cb8
|
* Delete out-dated HuffmanCodec comment
|
2015-07-19 18:28:14 +02:00 |
|
Matthew Honnibal
|
b8086067d5
|
* Build Huffman codec from unsorted inputs
|
2015-07-19 17:58:44 +02:00 |
|
Matthew Honnibal
|
cf0c788892
|
* Tests passing on round-trip pack/unpack on basic example
|
2015-07-17 21:20:48 +02:00 |
|
Matthew Honnibal
|
db9dfd2e23
|
* Major refactor of serialization. Nearly complete now.
|
2015-07-17 01:27:54 +02:00 |
|