ZhangZhihui's Blog  

2024年2月15日

摘要: 阅读全文
posted @ 2024-02-15 20:49 ZhangZhihuiAAA 阅读(3) 评论(0) 推荐(0) 编辑
 
摘要: As a rule of thumb, remember that slicing a large slice or array can lead to potential high memory consumption. The remaining space won’t be reclaimed 阅读全文
posted @ 2024-02-15 20:04 ZhangZhihuiAAA 阅读(9) 评论(0) 推荐(0) 编辑
 
摘要: 阅读全文
posted @ 2024-02-15 19:45 ZhangZhihuiAAA 阅读(3) 评论(0) 推荐(0) 编辑
 
摘要: Converting one slice type into another is a frequent operation for Go developers. As we have seen, if the length of the future slice is already known, 阅读全文
posted @ 2024-02-15 09:56 ZhangZhihuiAAA 阅读(4) 评论(0) 推荐(0) 编辑
 
摘要: The slice now references the new backing array. What will happen to the previous backing array? If it’s no longer referenced, it’s eventually freed by 阅读全文
posted @ 2024-02-15 09:43 ZhangZhihuiAAA 阅读(4) 评论(0) 推荐(0) 编辑