[#2] hrw: add typed methods for hashers #3

Merged
dstepanov-yadro merged 3 commits from feat/refactor-hrw into master 2023-02-27 11:18:58 +00:00
dstepanov-yadro commented 2023-02-27 07:15:20 +00:00 (Migrated from github.com)

Add generic methods for sort-methods used in node

Add generic methods for sort-methods used in node
fyrchik (Migrated from github.com) reviewed 2023-02-27 07:28:28 +00:00
fyrchik (Migrated from github.com) left a comment

Could you also add benchstat output (or just benchmark result) in the commit message?

Could you also add `benchstat` output (or just benchmark result) in the commit message?
@ -1,8 +1,13 @@
module github.com/TrueCloudLab/hrw
go 1.14
go 1.18
fyrchik (Migrated from github.com) commented 2023-02-27 07:25:55 +00:00

Worth a separate commit.

Worth a separate commit.
fyrchik (Migrated from github.com) commented 2023-02-27 07:26:43 +00:00

s/received/receives/
dot in the end of the comment: there is a linter which complains + Godoc is nicer.

s/received/receives/ dot in the end of the comment: there is a linter which complains + Godoc is nicer.
dstepanov-yadro (Migrated from github.com) reviewed 2023-02-27 07:53:47 +00:00
@ -1,8 +1,13 @@
module github.com/TrueCloudLab/hrw
go 1.14
go 1.18
dstepanov-yadro (Migrated from github.com) commented 2023-02-27 07:53:47 +00:00

fixed

fixed
dstepanov-yadro (Migrated from github.com) reviewed 2023-02-27 07:54:31 +00:00
dstepanov-yadro (Migrated from github.com) commented 2023-02-27 07:54:31 +00:00

fixed

fixed
fyrchik (Migrated from github.com) reviewed 2023-02-27 09:29:01 +00:00
fyrchik (Migrated from github.com) commented 2023-02-27 09:29:01 +00:00

BB?

`BB`?
fyrchik (Migrated from github.com) approved these changes 2023-02-27 09:29:06 +00:00
fyrchik (Migrated from github.com) reviewed 2023-02-27 09:38:44 +00:00
fyrchik (Migrated from github.com) commented 2023-02-27 09:38:44 +00:00

Frankly, I would rather delete this from README -- raw numbers, without any explanation or meaningful implications. Or, maybe at least add CPU model/RAM capacity. Like in this diff: the numbers have changed even though for most of the benchmarks the code is the same.

Not in this PR, of course. cc @alexvanin

Frankly, I would rather delete this from README -- raw numbers, without any explanation or meaningful implications. Or, maybe at least add CPU model/RAM capacity. Like in this diff: the numbers have changed even though for most of the benchmarks the code is the same. Not in this PR, of course. cc @alexvanin
carpawell (Migrated from github.com) reviewed 2023-02-27 09:42:59 +00:00
carpawell (Migrated from github.com) left a comment

What does the last commit mean? Also, agree with @fyrchik that comparing (before/after on the same machine) results somewhere (e.g. commit msg) would be nice.

What does the last commit mean? Also, agree with @fyrchik that comparing (before/after on the same machine) results somewhere (e.g. commit msg) would be nice.
dstepanov-yadro commented 2023-02-27 09:55:31 +00:00 (Migrated from github.com)

What does the last commit mean? Also, agree with @fyrchik that comparing (before/after on the same machine) results somewhere (e.g. commit msg) would be nice.

git command typo, fixed.

There is no fixes in existed methods, so no diff in existed benchmarks.

> What does the last commit mean? Also, agree with @fyrchik that comparing (before/after on the same machine) results somewhere (e.g. commit msg) would be nice. git command typo, fixed. There is no fixes in existed methods, so no diff in existed benchmarks.
alexvanin (Migrated from github.com) approved these changes 2023-02-27 11:00:06 +00:00
Sign in to join this conversation.
There is no content yet.