Memory allocation of on map[int]interface{} vs map[int]struct{}

后端 未结 0 1623
执念已碎
执念已碎 2020-12-12 03:15

With a coworker we were discussing the performance of using a map as a list and comparing the use of interface as a value(map[int]interface{}) vs the empty stru

相关标签:
回答
  • 消灭零回复
提交回复
热议问题