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

Issue 199400043: code review 199400043: snappy: implement the framing format. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 3 months ago by nigeltao
Modified:
9 years, 3 months ago
Reviewers:
bradfitz
CC:
bradfitz, golang-codereviews
Visibility:
Public.

Description

snappy: implement the framing format. The format is described at https://code.google.com/p/snappy/source/browse/trunk/framing_format.txt

Patch Set 1 #

Patch Set 2 : diff -r 12e4b4183793ac4b061921e7980845e750679fd0 https://code.google.com/p/snappy-go #

Patch Set 3 : diff -r 12e4b4183793ac4b061921e7980845e750679fd0 https://code.google.com/p/snappy-go #

Total comments: 11

Patch Set 4 : diff -r 19ff3351da941ee1356d6ce00779fa8c32dc08d7 https://code.google.com/p/snappy-go #

Patch Set 5 : diff -r 19ff3351da941ee1356d6ce00779fa8c32dc08d7 https://code.google.com/p/snappy-go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+312 lines, -21 lines) Patch
M snappy/decode.go View 1 2 3 4 2 chunks +157 lines, -2 lines 0 comments Download
M snappy/encode.go View 1 2 3 2 chunks +74 lines, -0 lines 0 comments Download
M snappy/snappy.go View 1 2 3 2 chunks +30 lines, -0 lines 0 comments Download
M snappy/snappy_test.go View 1 6 chunks +51 lines, -19 lines 0 comments Download

Messages

Total messages: 8
nigeltao
Hello bradfitz@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/snappy-go
9 years, 3 months ago (2015-02-06 07:08:46 UTC) #1
gobot
Replacing golang-dev with golang-codereviews. To the author of this CL: If you are using 'hg ...
9 years, 3 months ago (2015-02-06 07:11:04 UTC) #2
nigeltao
bradfitz: ping. https://codereview.appspot.com/199400043/
9 years, 3 months ago (2015-02-09 22:48:00 UTC) #3
bradfitz
Chrome or Rietveld is hanging trying to log in. "Resolving host in proxy script.... ", ...
9 years, 3 months ago (2015-02-09 22:52:52 UTC) #4
bradfitz
https://codereview.appspot.com/199400043/diff/40001/snappy/decode.go File snappy/decode.go (right): https://codereview.appspot.com/199400043/diff/40001/snappy/decode.go#newcode137 snappy/decode.go:137: decoded: make([]byte, maxUncompressedChunkLen), do you have a plan for ...
9 years, 3 months ago (2015-02-09 22:57:33 UTC) #5
nigeltao
https://codereview.appspot.com/199400043/diff/40001/snappy/decode.go File snappy/decode.go (right): https://codereview.appspot.com/199400043/diff/40001/snappy/decode.go#newcode137 snappy/decode.go:137: decoded: make([]byte, maxUncompressedChunkLen), On 2015/02/09 22:57:33, bradfitz wrote: > ...
9 years, 3 months ago (2015-02-09 23:16:18 UTC) #6
bradfitz
LGTM As for garbage: if you create a bunch of these readers/writers, each is wasting ...
9 years, 3 months ago (2015-02-09 23:25:01 UTC) #7
nigeltao
9 years, 3 months ago (2015-02-10 00:56:51 UTC) #8
*** Submitted as
https://code.google.com/p/snappy-go/source/detail?r=780a37fbd5b6 ***

snappy: implement the framing format.

The format is described at
https://code.google.com/p/snappy/source/browse/trunk/framing_format.txt

LGTM=bradfitz
R=bradfitz
CC=golang-codereviews
https://codereview.appspot.com/199400043
Sign in to reply to this message.

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