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

Issue 12486044: code review 12486044: strings: add IndexByte benchmark (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 7 months ago by bradfitz
Modified:
11 years, 7 months ago
Reviewers:
khr1
CC:
golang-dev, khr1
Visibility:
Public.

Description

strings: add IndexByte benchmark Like existing Index, IndexRune, IndexHardN, etc.

Patch Set 1 #

Patch Set 2 : diff -r 1bac09ef43f0 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r da11b2a1cbc1 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 1cffbb7333ec https://go.googlecode.com/hg/ #

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

Messages

Total messages: 5
bradfitz
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 7 months ago (2013-08-06 20:53:38 UTC) #1
bradfitz
Forgot to mail this earlier. On Tue, Aug 6, 2013 at 1:53 PM, <bradfitz@golang.org> wrote: ...
11 years, 7 months ago (2013-08-06 20:54:11 UTC) #2
khr1
LGTM. What's the difference between the new and old implementations on this benchmark? On Tue, ...
11 years, 7 months ago (2013-08-06 21:37:15 UTC) #3
bradfitz
46.8 ns/op to 31.4 ns/op. On Tue, Aug 6, 2013 at 2:37 PM, Keith Randall ...
11 years, 7 months ago (2013-08-06 21:40:20 UTC) #4
bradfitz
11 years, 7 months ago (2013-08-06 21:41:08 UTC) #5
*** Submitted as https://code.google.com/p/go/source/detail?r=626c01d29570 ***

strings: add IndexByte benchmark

Like existing Index, IndexRune, IndexHardN, etc.

R=golang-dev, khr
CC=golang-dev
https://codereview.appspot.com/12486044
Sign in to reply to this message.

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