Hi,
I have some free time, so I thought about writing an article about maps in Go, and how it is implemented. It would be a good dive for me and for other people.
I came across this
file in the source code. But while I still remember what I studied about hash tables, I find it very complex.
So how should I approach this task? Should I read something before reading the code?
How does a new developer on the Go team get to understand a part like that?
Thanks