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

Commits on Aug 23, 2020

  1. Update MergeSort.go

    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
    Ccheers committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    a92804e View commit details
    Browse the repository at this point in the history