Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(298)

Issue 6450135: code review 6450135: goprotobuf: Several optimisations: (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 3 months ago by dsymonds
Modified:
13 years, 3 months ago
Reviewers:
CC:
adg, golang-dev
Visibility:
Public.

Description

goprotobuf: Several optimisations: - avoid allocation in dec_slice_struct. - store backpointer to StructProperties in Properties to avoid calls to GetProperties. - speed up XXX_unrecognized operations.

Patch Set 1 #

Patch Set 2 : diff -r 1be7e4b21c4a https://code.google.com/p/goprotobuf #

Patch Set 3 : diff -r 1be7e4b21c4a https://code.google.com/p/goprotobuf #

Patch Set 4 : diff -r 1be7e4b21c4a https://code.google.com/p/goprotobuf #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -37 lines) Patch
M proto/all_test.go View 1 1 chunk +27 lines, -0 lines 0 comments Download
M proto/decode.go View 1 10 chunks +13 lines, -14 lines 0 comments Download
M proto/encode.go View 1 6 chunks +6 lines, -7 lines 0 comments Download
M proto/properties.go View 1 9 chunks +26 lines, -16 lines 0 comments Download

Messages

Total messages: 3
dsymonds
Hello adg (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/goprotobuf
13 years, 3 months ago (2012-08-15 01:04:24 UTC) #1
adg
LGTM
13 years, 3 months ago (2012-08-15 01:07:21 UTC) #2
dsymonds
13 years, 3 months ago (2012-08-15 01:10:39 UTC) #3
*** Submitted as
http://code.google.com/p/goprotobuf/source/detail?r=50e7de29611a ***

goprotobuf: Several optimisations:
  - avoid allocation in dec_slice_struct.
  - store backpointer to StructProperties in Properties to avoid calls to
GetProperties.
  - speed up XXX_unrecognized operations.

R=adg
CC=golang-dev
http://codereview.appspot.com/6450135
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b