Hi Jon,

On Mar 5, 11:07 am, Jon Skeet <sk...@pobox.com> wrote:
> I haven't optimised with a profiler very recently - I suspect there
> are some improvements which could be made by skipping the null
> handling when merging/parsing (as it should be unnecessary). I didn't
> use any particular options when running the Java version (1.6.0_11-
> b03) so I'm sure there are tweaks to be made there too.

Before any other settings are tried, it would be worth benchmarking it
with -server as it can make a large difference when compared to -
client. The default varies based on OS and machine specification so it
makes sense to use an explicit setting to make it clear what JIT was
used.

Best,
Ismael
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to