Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-9876

Take advantage of protobuf 2.5.0 new features for increased performance

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      From protobuf 2.5.0 release notes:

      • Comments in proto files are now collected and put into generated code as
        comments for corresponding classes and data members.
      • Added Parser to parse directly into messages without a Builder. For
        example,
        Foo foo = Foo.PARSER.ParseFrom(input);
        Using Parser is ~25% faster than using Builder to parse messages.
      • Added getters/setters to access the underlying ByteString of a string field
        directly.

      Attachments

        Activity

          People

            Unassigned Unassigned
            tucu00 Alejandro Abdelnur
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: