go-linq
go-linq copied to clipboard
Why `ToSlice` need a custom grow strategy instead of the standard library?
reflect.Append()
is more robust I think.
I don't know if it was available at the time or we knew about it. I doubt it was intentionally picked. I highly recommend writing a Benchmark test with Go testing package and seeing if it performs better.