Golang Data Structures For Beginners - Generic SafeMap

Опубликовано: 25 Октябрь 2022
на канале: Anthony GG
5,569
238

In this Golang tutorial, I will teach you how to make a generic concurrent safe map data structure. The standard map in Golang is not safe for concurrent use. We will use Golang generics to implement our own concurrent safe hash map. If you are willing to learn more about the go programming language consider subscribing to my channel!

📢 I am also building a Discord community! Feel free to join if you are willing to learn about distributed systems, blockchain, web3, Defi, and quantitative trading. Or just hang out and chat.
  / discord  

► Support me on PATREON and get access to exclusive lessons, tutorials, and LIVE streams
  / anthonygg_  

► Join my Discord community for free education
  / discord  

► Follow me on GitHub
https://github.com/anthdm

► Follow me on Twitter
  / anthdm  

#golang