On Thu, Jul 25, 2019 at 1:47 PM Robert Engels <reng...@ix.netcom.com> wrote:

> A sync.Map is lock free on read, and a single lock on writes and so will
> out perform this solution in all cases.
>
>
I wouldn't just matter-of-factly place lock-free algorithms above classical
mutex locks in speed.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAGrdgiUKEe0_TbrFHeGjm6Z-Be7AYphRBLr9d0Vrd1bvYeYZMA%40mail.gmail.com.

Reply via email to