Re: [go-nuts] I need help writing an article about the Go implementation of hash tables

2020-10-18 Thread Ian Lance Taylor
On Sun, Oct 18, 2020 at 6:10 PM Marwan abdel moneim wrote: > > 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 reme

[go-nuts] I need help writing an article about the Go implementation of hash tables

2020-10-18 Thread Marwan abdel moneim
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 rememb