On Tue, Jul 21, 2009 at 05:51:04PM +0400, Bulat Ziganshin wrote: > * passing complex datastructures between various languages forth > and back, providing faster alternative to serialization approach
I've read the code and I don't see how tabi manages to do this. It is serializing as well but it is including the type and name information, so it seems that at best it would have the same overhead as just serializing the data without any metadata. Am I missing something? -- Felipe. _______________________________________________ Haskell mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell
