Closed andrerfcsantos closed 2 years ago
That's true. Firstly, I was trying to use sync.Map but it wasn't obvious how to do it and I failed. For me also several articles were helpful:
@andrerfcsantos hey. do you mind if I work on it? Let me know if you think any of the links that I posted may be useful for students as well.
Sure! Thanks for taking interest in the issue. Yeah, I think those links are good, feel free to include them.
In instructions.append.md for
parallel-letter-frequency
, we have a link for the docs ofsync.Map
.Some students actually read this and get the idea they should use a
sync.Map
. This is terrible advice for this exercise because:My suggestions here are:
sync.Map