do you know what is the encoding scheme under message pack? Huffman like? It would be a nice student projects to get one version for Smalltalk Stef
On Jun 9, 2011, at 6:51 AM, Lukas Renggli wrote: > On 9 June 2011 03:23, Sean Malloy <[email protected]> wrote: >>> Last months I and Tristan have been working on Fuel project, an object >>> binary serialization tool. The idea is that objects are much more >>> times loaded than stored, therefore it is worth to spend time while >>> storing in order to have faster loading and user experience. We >>> present an implementation of a pickle format that is based on >>> clustering similar objects. >> >> Having not looked at Fuel at all... >> >> Has anyone done any serious work with Paul Baumann's SRP? >> >> http://sourceforge.net/projects/srp/ > > And also with MessagePack (http://msgpack.org/), a highly space/time > efficient binary serialization protocol. There is an implementation on > SqueakSource at http://www.squeaksource.com/MessagePack and a > high-level object-serialization protocol on top of that at > http://www.squeaksource.com/STOMP. > > Lukas > > -- > Lukas Renggli > www.lukas-renggli.ch >
