Go: Inside sync.Map — How does sync.Map work internally?Briefly introduces how sync.Map can be used, and goes ahead to explain how it works internally. I.e., its implementaiton details.Jul 18, 20212Jul 18, 20212
The startup dilemma: which ideas work and which don’t?I haven’t built a startup yet, but I have spent countless hours on trying to understand how these businesses work. And I did this to…Jul 10, 2021Jul 10, 2021
Go: Why does sync.MapTo anyone new to concurrency, it might not seem obvious that just the methods Load , Store and Delete cannot be used to perform the basic…Jun 28, 2021Jun 28, 2021