АП
Size: a a a
АП
АП
RF
ЕО
АП
АП
ЕО
АП
ЕО
АП
АП
АП
ЕО
АП
АП
func BenchmarkHello(b *testing.B) {
for i := 0; i < b.N; i++ {
var megaslice [][]int
for i:=0;i<=math.MaxInt64;i++ {
megaslice = append(megaslice, []int{0, 1, 2})
}
}
}
ЛА
АП
ЕО
RF
ЕО
func BenchmarkHello(b *testing.B) {
for i := 0; i < b.N; i++ {
var megaslice [][]int
for i:=0;i<=math.MaxInt64;i++ {
megaslice = append(megaslice, []int{0, 1, 2})
}
}
}