We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#18 It Make MergeSort faster than before and I Commit a pull request. ———————————————————————————————————— Benchmark_MergeSort_new Benchmark_MergeSort_new-12 10 101394033 ns/op 209956300 B/op 1000041 allocs/op Benchmark_MergeSort_new-12 10 103156080 ns/op 209956320 B/op 1000041 allocs/op Benchmark_MergeSort_new-12 10 105631558 ns/op 209956272 B/op 1000041 allocs/op Benchmark_MergeSort_old Benchmark_MergeSort_old-12 4 322263281 ns/op 582174710 B/op 4052123 allocs/op Benchmark_MergeSort_old-12 3 333629871 ns/op 582175192 B/op 4052124 allocs/op Benchmark_MergeSort_old-12 3 350259903 ns/op 582174706 B/op 4052122 allocs/op
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#18
It Make MergeSort faster than before and I Commit a pull request.
————————————————————————————————————
Benchmark_MergeSort_new
Benchmark_MergeSort_new-12 10 101394033 ns/op 209956300 B/op 1000041 allocs/op
Benchmark_MergeSort_new-12 10 103156080 ns/op 209956320 B/op 1000041 allocs/op
Benchmark_MergeSort_new-12 10 105631558 ns/op 209956272 B/op 1000041 allocs/op
Benchmark_MergeSort_old
Benchmark_MergeSort_old-12 4 322263281 ns/op 582174710 B/op 4052123 allocs/op
Benchmark_MergeSort_old-12 3 333629871 ns/op 582175192 B/op 4052124 allocs/op
Benchmark_MergeSort_old-12 3 350259903 ns/op 582174706 B/op 4052122 allocs/op
The text was updated successfully, but these errors were encountered: