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

Issue 5536082: code review 5536082: bytes: Applied KMP algorithm for bytes count.

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 5 months ago by Xiaofeng Guo
Modified:
12 years, 12 months ago
Reviewers:
bradfitz
CC:
golang-dev
Visibility:
Public.

Description

bytes: Applied KMP algorithm for bytes count. Related discussion thread: https://groups.google.com/group/golang-nuts/browse_thread/thread/37b126bd62a7dfcb

Patch Set 1 #

Patch Set 2 : diff -r 0a330311e1d3 https://go.googlecode.com/hg/ #

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

Patch Set 4 : diff -r 0a330311e1d3 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 0a330311e1d3 https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r 0a330311e1d3 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -1 line) Patch
M src/pkg/bytes/bytes.go View 1 2 chunks +47 lines, -1 line 0 comments Download
M src/pkg/bytes/bytes_test.go View 1 2 3 4 4 chunks +95 lines, -0 lines 0 comments Download

Messages

Total messages: 7
Xiaofeng Guo
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com, golang-nuts@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
14 years, 5 months ago (2012-01-20 19:30:14 UTC) #1
Xiaofeng Guo
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com, golang-nuts@googlegroups.com), Please take another look.
14 years, 5 months ago (2012-01-20 19:34:53 UTC) #2
Xiaofeng Guo
Hi there, Sorry to bother. I don't think the CL is sophisticated for reviewing, still ...
14 years, 5 months ago (2012-01-20 19:41:00 UTC) #3
Xiaofeng Guo
Hi there, I modified some code today, looks the result isn't that promising. The result ...
14 years, 5 months ago (2012-01-21 05:41:28 UTC) #4
rsc
Hi. I think we should leave bytes.Count alone for now. The algorithm can be made ...
14 years, 5 months ago (2012-01-24 20:41:22 UTC) #5
rsc
14 years ago (2012-06-03 04:53:53 UTC) #6
bradfitz
12 years, 12 months ago (2013-06-28 18:21:52 UTC) #7
R=close
Sign in to reply to this message.

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