[go-nuts] What are your thoughts on json v2?

2025-05-08 Thread Alex Pliutau
Have you already tried it? https://www.youtube.com/watch?v=Vxv6VpeojZY -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com.

[go-nuts] Goroutines and channels optimization

2025-05-08 Thread Kanak Bhatia
Does anyone have idea how to optimize consumers, producers and channels using golang. I have to upload a million objects to a cloud object storage, but unable to get a optimzed values for above parametres. Producers used to create objects and send data through channels and receive them at cons