On Sat, Jan 8, 2011 at 10:05 AM, Atamurad Hezretkuliyev <[email protected]> wrote: > > Following Evan's advice, I've run experiment using the repository version. > According to my test, Google's C++ parser code is 7.6 times faster than pure > python, which is consistent with Yang's results. > > Our C decoder is twice faster than google's c++ extension. > > I've pushed the updated code and numbers here: > https://github.com/connexio/cypb > > Atamurad
Did you see https://groups.google.com/d/msg/protobuf/z7E80KYJscc/ysCjHHmoraUJ ? Be sure to compile your .proto into C++ code and link that into an extension. It should use the generated C++ code and be even faster. -gps -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
