Norbygyerek / rl-viz

Automatically exported from code.google.com/p/rl-viz
Apache License 2.0
0 stars 0 forks source link

Revamp messaging system to use base64 encoding of binary values #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We can probably get substantial compression of messages if we write the
values out as binary values, gzip that chunk, and then base64 encode the
result into a string suitable for the message system.

If we were going to stay within java only we could do some neat stuff
serializing actual classes using outobject output streams like we do in
bt-recordbook, but I think we'll have to forgo that fanciness because we
want to be able to load c/c++ a/e and beyond.

Original issue reported on code.google.com by brian.ta...@gmail.com on 26 Oct 2008 at 8:38