Category Archives: golang

Go Slice vs Maps

Slices and Maps are two important data types in Go. This blog will document some of my key findings about the performance of these two data structures. Before going into the performance aspects, let’s briefly look into Slices and Maps. … Continue reading

Posted in golang, programming, Uncategorized | Leave a comment