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

Issue 181041: code review 181041: Replace container/vector with exp/vector (faster). (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 2 months ago by gri
Modified:
15 years, 2 months ago
Reviewers:
CC:
rsc, r, golang-dev
Visibility:
Public.

Description

Replace container/vector with exp/vector (faster). Manual changes to the following files: src/pkg/Makefile src/pkg/exp/vector/Makefile (now: src/pkg/container/vector/Makefile)

Patch Set 1 #

Patch Set 2 : code review 181041: Replace container/vector with exp/vector (faster). #

Patch Set 3 : code review 181041: Replace container/vector with exp/vector (faster). #

Patch Set 4 : code review 181041: Replace container/vector with exp/vector (faster). #

Patch Set 5 : code review 181041: Replace container/vector with exp/vector (faster). #

Patch Set 6 : code review 181041: Replace container/vector with exp/vector (faster). #

Unified diffs Side-by-side diffs Delta from patch set Stats (+-6 lines, --8 lines) Patch
M src/pkg/Makefile View 1 chunk +0 lines, -1 line 0 comments Download
M src/pkg/container/vector/Makefile View 1 2 2 chunks +4 lines, -1 line 0 comments Download
M src/pkg/container/vector/defs.go View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/pkg/container/vector/intvector.go View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/pkg/container/vector/intvector_test.go View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/pkg/container/vector/nogen_test.go View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/pkg/container/vector/numbers_test.go View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/pkg/container/vector/nums.sh View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/pkg/container/vector/stringvector.go View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/pkg/container/vector/stringvector_test.go View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/pkg/container/vector/vector.go View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/pkg/container/vector/vector_test.go View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 14
gri
Hello rsc, r (cc: golang-dev@googlegroups.com), I'd like you to review the following change.
15 years, 2 months ago (2009-12-23 00:43:23 UTC) #1
r2
what is nums.sh? i can't parse this CL. there are no diffs in the files. ...
15 years, 2 months ago (2009-12-23 00:46:44 UTC) #2
gri
On Tue, Dec 22, 2009 at 4:46 PM, Rob 'Commander' Pike <r@google.com> wrote: > what ...
15 years, 2 months ago (2009-12-23 00:54:37 UTC) #3
r2
I think I understand what I'm seeing now. Where is the tool that generated the ...
15 years, 2 months ago (2009-12-23 00:59:35 UTC) #4
r2
Also, the nums business is poorly named and poorly documented. -rob
15 years, 2 months ago (2009-12-23 01:00:55 UTC) #5
gri
On Tue, Dec 22, 2009 at 4:59 PM, Rob 'Commander' Pike <r@google.com> wrote: > I ...
15 years, 2 months ago (2009-12-23 01:06:00 UTC) #6
gri
PTAL. - removed nums.sh - added new target "bench" to Makefile Note: The renaming in ...
15 years, 2 months ago (2009-12-23 01:18:02 UTC) #7
r2
upload?
15 years, 2 months ago (2009-12-23 01:59:06 UTC) #8
r2
(nums.sh is still in the cl as shown by codereview)
15 years, 2 months ago (2009-12-23 01:59:35 UTC) #9
gri
I did an hg rm of that file (again) and uploaded again. Don't know why ...
15 years, 2 months ago (2009-12-23 02:08:44 UTC) #10
r2
LGTM
15 years, 2 months ago (2009-12-23 02:21:51 UTC) #11
gri
*** Submitted as http://code.google.com/p/go/source/detail?r=8dd125a547d2 *** Replace container/vector with exp/vector (faster). Manual changes to the following ...
15 years, 2 months ago (2009-12-23 02:25:33 UTC) #12
rsc
It looks like nums.sh got committed but is unused.
15 years, 2 months ago (2009-12-23 15:09:44 UTC) #13
gri
15 years, 2 months ago (2009-12-23 21:10:22 UTC) #14
thx. see CL 181049
- robert

On Wed, Dec 23, 2009 at 7:09 AM, Russ Cox <rsc@golang.org> wrote:

> It looks like nums.sh got committed but is unused.
>
Sign in to reply to this message.

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