Zxilly
Calm down
Zxilly's Blog

golang
文章归档

slices.Sort 和 sort.Sort 的简单 benchmark

测试代码 package gotmp import ( "math/rand" "slices" "sort" "testing" ) type IntSlice []int func (s IntSlice) Len() int { return len(s) } func (s IntSlice) Less(i, j int) bool { re…

   2024-08-06   0   Read More