On Tue, Aug 4, 2009 at 4:45 AM, David Rushkumoyuki@gmail.com wrote:
2009/8/4 Marc Feeley feeley@iro.umontreal.ca:
On 3-Aug-09, at 4:06 PM, James Long wrote:
I also studied Gambit's serialization mechanisms using object->u8vector for compressing models and speeding up loading times.
Nice! I like your binary format where you use a single byte to indicate the length of the binary encoding of the *length* of the binary encoding of the object!
....
Just a wee bit of historical context :)
david
Thanks David, I'm glad I stumbled upon such interesting methods of encoding! That was a fun problem to think through.
- James