Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MergeSort.go #18

Closed
wants to merge 1 commit into from
Closed

Update MergeSort.go #18

wants to merge 1 commit into from

Conversation

Ccheers
Copy link

@Ccheers Ccheers commented Aug 23, 2020

make it faster than before

Benchmark_MergeSort_new-12 10 102711316 ns/op
Benchmark_MergeSort_new-12 10 102242814 ns/op
Benchmark_MergeSort_new-12 10 104988258 ns/op
Benchmark_MergeSort_old-12 3 338513872 ns/op
Benchmark_MergeSort_old-12 4 334441485 ns/op
Benchmark_MergeSort_old-12 3 334280000 ns/op

make it faster than before
Benchmark_MergeSort_new-12                10         102711316 ns/op
Benchmark_MergeSort_new-12                10         102242814 ns/op
Benchmark_MergeSort_new-12                10         104988258 ns/op
Benchmark_MergeSort_old-12                3         338513872 ns/op
Benchmark_MergeSort_old-12                4         334441485 ns/op
Benchmark_MergeSort_old-12                3         334280000 ns/op
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant