Re: [go-nuts] How To Reduce Json Marshalling Time

2024-03-10 Thread Robert Engels
Apologies.On Mar 9, 2024, at 1:16 PM, Ian Lance Taylor wrote:This thread has gotten heated.  I think it's time to move on to different topics and give this discussion a rest.  Thanks.Ian -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsub

[go-nuts] Why is more memory being used when encoding a slice of structs with smaller length

2024-03-10 Thread Kwaku Biney
When using `binary.Write` for encoding a slice of structs, I encountered some weird behaviour where memory allocations in a particular path was more than I expected. I wrote some benchmarks in the standard library's encoding/binary package to demonstrate this. func BenchmarkWriteSlice1000Str

Re: [go-nuts] govulncheck

2024-03-10 Thread Colton Freeman
Disregard. Figured out the tool (a little better). Would still love to chat with some that has in depth experience with it though. On Fri, Mar 8, 2024, 1:36 PM Colton Freeman wrote: > good day all, > i am not a developer and have just recently stumbled upon the > `govulncheck` tool from golang.