Felix Schwarz on April 10, 2010, 4:48 a.m.
As 'construct' is not a nice google keyword, I'd like to point interested visitors to the construct homepage: http://construct.wikispaces.com/
View ArticleMike Fletcher on March 30, 2010, 11:33 a.m.
I'm fine with code generation, as I mentioned, it looks like a compiler/parser would be the appropriate path :) . Avro and Protocol Buffers are, AFAIK, *particular* binary formats, I'm looking for a...
View Articlebs on March 30, 2010, 11:25 a.m.
Sounds like you want protocol buffers, until you mention that you don't like code-generation. In that case, Avro might fit your bill [http://hadoop.apache.org/avro/], however, you pay a performance...
View ArticleMike C. Fletcher on March 30, 2010, 9:56 a.m.
Construct looks like exactly the kind of project I was envisioning. Same basic interface as my current code (in a number of projects). Hachoir actually looks sexier for an "out of box" collection of...
View ArticleCharlie on March 30, 2010, 2:53 a.m.
I'm not sure if it'll meet your requirements, but I worked with Construct a while ago and loved it. The way it outlines the data's structure so explicitly made the code 100% clearer.
View ArticleDirkjan Ochtman on March 30, 2010, 1:35 a.m.
This kind of sounds like Hachoir: http://bitbucket.org/haypo/hachoir/wiki/Home
View Article