I use sync.Map in my program to support access concurrently, but witin two hours with less than 50 clients, my program run out all of my cpu, so I go back to read the pkg document, and I find this sentence
"For use cases that do not share these attributes, it will likely have comparable or worse performance and worse type safety than an ordinary map paired with a read-write mutex." maybe this the my problem, but I don't really understand what it represent can anybody help me? -- 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. For more options, visit https://groups.google.com/d/optout.