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

Issue 168480043: code review 168480043: test/fibo: a stand-alone bignum/allocation benchmark an...

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 10 months ago by gri
Modified:
9 years, 9 months ago
Reviewers:
adonovan
CC:
adonovan, golang-codereviews
Visibility:
Public.

Description

test/fibo: a stand-alone bignum/allocation benchmark and test Usage: fibo <n> compute fibonacci(n), n must be >= 0 fibo -bench benchmark fibonacci computation (takes about 1 min) Additional flags: -half add values using two half-digit additions -opt optimize memory allocation through reuse -short only print the first 10 digits of very large fibonacci numbers

Patch Set 1 #

Patch Set 2 : diff -r e45c4110ec9029d33de2293c4cad7b3bb0f26224 https://code.google.com/p/go/ #

Patch Set 3 : diff -r e45c4110ec9029d33de2293c4cad7b3bb0f26224 https://code.google.com/p/go/ #

Total comments: 18

Patch Set 4 : diff -r d51282ff68c07a45b8523edc417359decdd1c45f https://code.google.com/p/go/ #

Total comments: 4

Patch Set 5 : diff -r fba0ff340b229672f1013d3dca6c7280fe6dcd36 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+308 lines, -0 lines) Patch
A test/fibo.go View 1 2 3 4 1 chunk +308 lines, -0 lines 0 comments Download

Messages

Total messages: 7
gri
Hello adonovan@google.com (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
9 years, 10 months ago (2014-11-11 01:46:01 UTC) #1
adonovan
LGTM https://codereview.appspot.com/168480043/diff/40001/test/fibo.go File test/fibo.go (right): https://codereview.appspot.com/168480043/diff/40001/test/fibo.go#newcode15 test/fibo.go:15: // entirely in Go. Would be good to ...
9 years, 10 months ago (2014-11-11 14:59:37 UTC) #2
gri
https://codereview.appspot.com/168480043/diff/40001/test/fibo.go File test/fibo.go (right): https://codereview.appspot.com/168480043/diff/40001/test/fibo.go#newcode15 test/fibo.go:15: // entirely in Go. On 2014/11/11 14:59:36, adonovan wrote: ...
9 years, 10 months ago (2014-11-11 17:35:07 UTC) #3
gri
PTAL. Added a 2nd mode (-half) to emulate half-digit addition to compare with an implementation ...
9 years, 10 months ago (2014-11-11 23:43:53 UTC) #4
adonovan
LGTM https://codereview.appspot.com/168480043/diff/60001/test/fibo.go File test/fibo.go (right): https://codereview.appspot.com/168480043/diff/60001/test/fibo.go#newcode9 test/fibo.go:9: // Additional flags: The concept of half-digits could ...
9 years, 10 months ago (2014-11-13 18:17:16 UTC) #5
gri
https://codereview.appspot.com/168480043/diff/60001/test/fibo.go File test/fibo.go (right): https://codereview.appspot.com/168480043/diff/60001/test/fibo.go#newcode9 test/fibo.go:9: // Additional flags: On 2014/11/13 18:17:16, adonovan wrote: > ...
9 years, 10 months ago (2014-11-13 18:27:32 UTC) #6
gobot
9 years, 9 months ago (2014-12-19 05:15:21 UTC) #7
R=close

To the author of this CL:

The Go project has moved to Gerrit Code Review.

If this CL should be continued, please see the latest version of
https://golang.org/doc/contribute.html for instructions on
how to set up Git and the Go project's Gerrit codereview plugin,
and then create a new change with your current code.

If there has been discussion on this CL, please give a link to it
(golang.org/cl/168480043 is best) in the description in your
new CL.

Thanks very much.
Sign in to reply to this message.

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