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

Issue 3295042: Reed-Solomon {En,De}Coding for the masses. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 11 months ago by lvd
Modified:
13 years, 5 months ago
Reviewers:
Visibility:
Public.

Description

pkg/encoding/rs: Reed-Solomon {En,De}Coding for the masses.

Patch Set 1 #

Total comments: 25

Patch Set 2 : code review 3295042: Reed-Solomon {En,De}Coding for the masses. #

Patch Set 3 : code review 3295042: Reed-Solomon {En,De}Coding for the masses. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+532 lines, -0 lines) Patch
A src/cmd/rsc/Makefile View 1 chunk +8 lines, -0 lines 0 comments Download
A src/cmd/rsc/rsc.go View 1 1 chunk +213 lines, -0 lines 0 comments Download
A src/pkg/encoding/rs/Makefile View 1 chunk +6 lines, -0 lines 0 comments Download
A src/pkg/encoding/rs/rs.go View 1 1 chunk +189 lines, -0 lines 0 comments Download
A src/pkg/encoding/rs/rs_test.go View 1 2 1 chunk +116 lines, -0 lines 0 comments Download

Messages

Total messages: 9
cw
Does anything pending depend on this? I'm wondering if it's sufficiently widely useful to have ...
13 years, 11 months ago (2010-11-29 19:10:14 UTC) #1
rsc
On Mon, Nov 29, 2010 at 11:10, <cw@f00f.org> wrote: > Does anything pending depend on ...
13 years, 11 months ago (2010-11-29 19:11:57 UTC) #2
lvd
it's just a toy. i'll very likely not submit in this form. On Mon, Nov ...
13 years, 11 months ago (2010-11-29 19:12:48 UTC) #3
rsc
seems fine; i am suprirsed how little code it takes. main comments are about comments ...
13 years, 11 months ago (2010-12-07 19:51:08 UTC) #4
lvd
On Tue, Dec 7, 2010 at 20:51, <rsc@golang.org> wrote: > seems fine; i am suprirsed ...
13 years, 11 months ago (2010-12-08 01:31:29 UTC) #5
lvd
I still have to rename the underscores away and swap the in/output params, although i'm ...
13 years, 11 months ago (2010-12-08 14:02:15 UTC) #6
lvd
http://codereview.appspot.com/3295042/diff/1/src/pkg/encoding/rs/rs.go File src/pkg/encoding/rs/rs.go (right): http://codereview.appspot.com/3295042/diff/1/src/pkg/encoding/rs/rs.go#newcode11 src/pkg/encoding/rs/rs.go:11: On 2010/12/07 19:51:08, rsc wrote: > if you delete ...
13 years, 11 months ago (2010-12-08 14:02:42 UTC) #7
rsc
you might also be interested in http://code.google.com/p/rsc/source/browse/gf256/gf256.go
13 years, 11 months ago (2010-12-08 15:07:01 UTC) #8
rsc
13 years, 9 months ago (2011-02-09 05:43:10 UTC) #9
removing reviewers
Sign in to reply to this message.

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