Re: [protobuf] Java protobuf for J2ME.

2010-05-30 Thread David Yu
Sounds like something similar to http://code.google.com/p/protostuff Where's the project at? Cheers On Sun, May 30, 2010 at 7:12 AM, Wink Saville w...@google.com wrote: I've created a new java code generator for protoc that is is compatible with J2ME devices. Its is a subset of

Re: [protobuf] Java UTF-8 encoding/decoding: possible performance improvements

2010-05-30 Thread Evan Jones
On May 18, 2010, at 0:33 , Kenton Varda wrote: What if you did a fast scan of the bytes first to see if any are non- ASCII? Maybe only do this fast scan if the data is short enough to fit in L1 cache? I didn't try this exact idea, but my guess is that it may not be a win: to get fast