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

Issue 178048: Experimental alternative implementation of the vector p... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 3 months ago by jan_mercl
Modified:
15 years, 3 months ago
Reviewers:
CC:
gri, rsc
Visibility:
Public.

Description

Experimental alternative implementation of the vector package

Patch Set 1 #

Patch Set 2 : code review 178048: Experimental alternative implementation of the vector p... #

Patch Set 3 : code review 178048: Experimental alternative implementation of the vector p... #

Patch Set 4 : code review 178048: Experimental alternative implementation of the vector p... #

Patch Set 5 : code review 178048: Experimental alternative implementation of the vector p... #

Patch Set 6 : code review 178048: Experimental alternative implementation of the vector p... #

Patch Set 7 : code review 178048: Experimental alternative implementation of the vector p... #

Patch Set 8 : code review 178048: Experimental alternative implementation of the vector p... #

Total comments: 46

Patch Set 9 : code review 178048: Experimental alternative implementation of the vector p... #

Total comments: 20

Patch Set 10 : code review 178048: Experimental alternative implementation of the vector p... #

Total comments: 20

Patch Set 11 : code review 178048: Experimental alternative implementation of the vector p... #

Total comments: 8

Patch Set 12 : code review 178048: Experimental alternative implementation of the vector p... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2152 lines, -0 lines) Patch
M src/pkg/Makefile View 1 chunk +1 line, -0 lines 0 comments Download
A src/pkg/exp/vector/Makefile View 1 2 3 4 5 6 7 8 9 10 1 chunk +69 lines, -0 lines 0 comments Download
A src/pkg/exp/vector/defs.go View 10 11 1 chunk +78 lines, -0 lines 0 comments Download
A src/pkg/exp/vector/intvector.go View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +212 lines, -0 lines 0 comments Download
A src/pkg/exp/vector/intvector_test.go View 1 chunk +389 lines, -0 lines 0 comments Download
A src/pkg/exp/vector/nogen_test.go View 11 1 chunk +76 lines, -0 lines 0 comments Download
A src/pkg/exp/vector/numbers_test.go View 6 7 8 1 chunk +122 lines, -0 lines 0 comments Download
A src/pkg/exp/vector/nums.sh View 6 7 8 9 10 11 1 chunk +5 lines, -0 lines 0 comments Download
A src/pkg/exp/vector/stringvector.go View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +212 lines, -0 lines 0 comments Download
A src/pkg/exp/vector/stringvector_test.go View 1 chunk +389 lines, -0 lines 0 comments Download
A src/pkg/exp/vector/vector.go View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +210 lines, -0 lines 0 comments Download
A src/pkg/exp/vector/vector_test.go View 1 2 3 4 5 6 7 8 9 10 1 chunk +389 lines, -0 lines 0 comments Download

Messages

Total messages: 24
jan_mercl
Stage 1 - unmodified container/vector added to exp/vector
15 years, 3 months ago (2009-12-15 10:32:50 UTC) #1
jan_mercl
Oops. I probably should have used "hg copy" instead of "hg add", but noticed the ...
15 years, 3 months ago (2009-12-15 10:41:01 UTC) #2
rsc
Sorry this has gotten so complicated. We could probably have salvaged the original CL, but ...
15 years, 3 months ago (2009-12-15 17:36:09 UTC) #3
jan_mercl
On 2009/12/15 17:36:09, rsc wrote: > Sorry this has gotten so complicated. More of my ...
15 years, 3 months ago (2009-12-15 18:24:47 UTC) #4
jan_mercl
I again produced a mess, but this time it was maybe not my fault: 21:28 ...
15 years, 3 months ago (2009-12-15 20:41:14 UTC) #5
jan_mercl
hg added exp_vector_test.go numbers_test.go nums.sh hg uploaded => patch set 5, but those files still ...
15 years, 3 months ago (2009-12-15 20:54:03 UTC) #6
rsc
i'll help you over chat. the 500 errors are not your fault.
15 years, 3 months ago (2009-12-15 21:08:34 UTC) #7
rsc
ready for gri
15 years, 3 months ago (2009-12-15 22:05:16 UTC) #8
gri
Looks pretty good. Some initial comments. I guess some of the performance is stemming from ...
15 years, 3 months ago (2009-12-16 03:29:53 UTC) #9
jan_mercl
On 2009/12/16 03:29:53, gri wrote: > I guess some of the performance is stemming from ...
15 years, 3 months ago (2009-12-16 21:03:08 UTC) #10
jan_mercl
Again stuck with mercurial: $ hg upload 178048 Got error status from ['hg', 'cat', '-r', ...
15 years, 3 months ago (2009-12-16 21:04:29 UTC) #11
rsc
On Wed, Dec 16, 2009 at 13:04, <befelemepeseveze@gmail.com> wrote: > Again stuck with mercurial: > ...
15 years, 3 months ago (2009-12-16 21:34:13 UTC) #12
jan_mercl
On 2009/12/16 21:34:13, rsc wrote: > On Wed, Dec 16, 2009 at 13:04, <mailto:befelemepeseveze@gmail.com> wrote: ...
15 years, 3 months ago (2009-12-16 21:41:14 UTC) #13
gri
This looks much better already, but I think we should be able to do this ...
15 years, 3 months ago (2009-12-17 00:42:20 UTC) #14
gri
One item I forgot: You should be able to do the same with the test ...
15 years, 3 months ago (2009-12-17 00:48:20 UTC) #15
jan_mercl
http://codereview.appspot.com/178048/diff/1077/2053 File src/pkg/exp/vector/intvector.go (right): http://codereview.appspot.com/178048/diff/1077/2053#newcode21 src/pkg/exp/vector/intvector.go:21: // IntVector is a container for numbered sequences of ...
15 years, 3 months ago (2009-12-17 14:16:16 UTC) #16
jan_mercl
On 2009/12/17 00:48:20, gri wrote: > One item I forgot: > > You should be ...
15 years, 3 months ago (2009-12-17 14:16:36 UTC) #17
gri
This looks like a gofmt rewrite bug. Looking into it. - Robert On Thu, Dec ...
15 years, 3 months ago (2009-12-17 19:44:03 UTC) #18
gri
Looks great. I think once we have the test files generated as well this is ...
15 years, 3 months ago (2009-12-17 23:14:19 UTC) #19
jan_mercl
New iteration available, PTAL. bflm http://codereview.appspot.com/178048/diff/2069/2070 File src/pkg/exp/vector/Makefile (right): http://codereview.appspot.com/178048/diff/2069/2070#newcode14 src/pkg/exp/vector/Makefile:14: intvector.go: vector.go On 2009/12/17 ...
15 years, 3 months ago (2009-12-18 18:41:08 UTC) #20
gri
Close. A few more issues. For the code to actually be built, you need to ...
15 years, 3 months ago (2009-12-18 21:41:12 UTC) #21
jan_mercl
Iteration++, PTAL. As this is presumably the issue finalization, I would like to thank to ...
15 years, 3 months ago (2009-12-19 08:47:49 UTC) #22
gri
LGTM. Thanks for doing this. - Robert
15 years, 3 months ago (2009-12-21 22:16:37 UTC) #23
gri
15 years, 3 months ago (2009-12-21 22:34:58 UTC) #24
*** Submitted as http://code.google.com/p/go/source/detail?r=0f8651330bef ***

Experimental alternative implementation of the vector package

R=gri
CC=rsc
http://codereview.appspot.com/178048

Committer: Robert Griesemer <gri@golang.org>
Sign in to reply to this message.

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