Re: Generating subclasses of a protocol buffer serialized class

2009-01-18 Thread Chris
Thanks Mark, Its java. So far people keep recommending me what I am already doing (delegation) which is itself not maintainable. Sounds like there is a need for a code generator to generate the delegation of those methods you want to expose :-} On Jan 18, 2:17 am, Marc Gravell

Re: how to submit patches? (python performance enhancement)

2009-01-18 Thread Gregory P. Smith
FWIW, I played around with various other versions of this function, using a comparison tree similar to the C++ code and such but nothing beat your simpled unrolled loop in python 2.x. Calling dis.dis() on each function to see the python byte code disassembly is revealing. side note:

Re: how to submit patches? (python performance enhancement)

2009-01-18 Thread Gregory P. Smith
err, please ignore this section of my message: On Mon, Jan 19, 2009 at 5:04 AM, Gregory P. Smith g...@google.com wrote: Please submit patches for enhancements in the issue tracker. For some reason its not accepting bugs. BTW, for further potential optimization try a less linear search on