Status: New
Owner: liuj...@google.com
Labels: Type-Defect Priority-Medium

New issue 463 by dav.co...@gmail.com: Add Descriptor parameter to all Parser interface methods in Java.
http://code.google.com/p/protobuf/issues/detail?id=463

Currently, the Parser interface doesn't have a proposed Descriptor parameter in any of its methods. This leads to unnecessary Parser creation for each instance of the DynamicMessage and the likes. Having this parameter should not incur any performance penalty for the classes that know their type in advance, i.e. GeneratedMessage and friends, but should provide for better execution by DynamicMessage related classes.

What version of the product are you using? On what operating system?
Java 1.5-1.7, protobuf 1.5 RC1.

Please provide any additional information below.

The Parser interface is new to 1.5 version, so it is the best time to consider the proposed, as it has zero impact, yet.

Cheers,
David

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to