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

Issue 223096: code review 223096: explode(): a little efficient improved. (Closed)

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

Description

explode(): a little efficient improved.

Patch Set 1 #

Patch Set 2 : code review 223096: explode(): a little efficient improved. #

Total comments: 2

Patch Set 3 : code review 223096: explode(): a little efficient improved. #

Total comments: 3

Patch Set 4 : code review 223096: explode(): a little efficient improved. #

Patch Set 5 : code review 223096: explode(): a little efficient improved. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -17 lines) Patch
M src/pkg/strings/strings.go View 1 2 2 chunks +24 lines, -17 lines 0 comments Download

Messages

Total messages: 10
MC.Spring
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years ago (2010-03-02 09:49:36 UTC) #1
gri
http://codereview.appspot.com/223096/diff/4/1001 File src/pkg/strings/strings.go (right): http://codereview.appspot.com/223096/diff/4/1001#newcode15 src/pkg/strings/strings.go:15: func explode(s string, n int) []string { I don't ...
15 years ago (2010-03-02 18:42:49 UTC) #2
rsc1
please don't rename a function parameter just to use it as a local variable. the ...
15 years ago (2010-03-02 18:45:54 UTC) #3
MC.Spring
Hello golang-dev@googlegroups.com, gri (cc: golang-dev@googlegroups.com), Please take another look.
15 years ago (2010-03-03 13:56:43 UTC) #4
gri
Again, you need to fill out the CLA (see http://golang.org/doc/contribute.html ). Without your consent I ...
15 years ago (2010-03-03 18:41:44 UTC) #5
rsc
And there's still no benchmark. I'd like to see some measurement that shows these changes ...
15 years ago (2010-03-03 21:38:43 UTC) #6
MC.Spring
Hello golang-dev@googlegroups.com, gri (cc: golang-dev@googlegroups.com), Please take another look.
15 years ago (2010-03-04 03:29:16 UTC) #7
MC.Spring
Hello golang-dev@googlegroups.com, gri (cc: golang-dev@googlegroups.com), Please take another look.
15 years ago (2010-03-04 05:12:44 UTC) #8
rsc
LGTM thanks
15 years ago (2010-03-05 00:12:05 UTC) #9
rsc
15 years ago (2010-03-05 00:16:00 UTC) #10
*** Submitted as http://code.google.com/p/go/source/detail?r=bdff86679d85 ***

strings: make Split(s, "", n) faster

R=rsc
CC=golang-dev
http://codereview.appspot.com/223096

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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