Re: [go-nuts] CSV Writer Buffer size

2019-06-11 Thread Ian Lance Taylor
On Tue, Jun 11, 2019 at 5:47 AM Siddhant Sharma wrote: > > Currently, the csv writer does not contain any option to increase the buffer > size to more than the default buffer size for bufio(4096). Does anybody know > why? If you want a different buffer size, just call bufio.NewWriterSize on you

[go-nuts] CSV Writer Buffer size

2019-06-11 Thread Siddhant Sharma
Currently, the csv writer does not contain any option to increase the buffer size to more than the default buffer size for bufio(4096). Does anybody know why? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and st