开发者交流平台
开发者交流平台

通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。

bj
登录
  • 友情链接
站内
garbage-collection

garbage-collection

go

Go语言是否会对切片的部分进行垃圾回收?

英文: Does go garbage collect parts of slices? 问题 如果我按照这样的方式实现一个队列... package main import ( "fmt&#...
huangapple 2015年2月10日157评论arrays go
go

为什么在Web应用中进行垃圾回收?

英文: Why Garbage Collect in web apps? 问题 考虑在一个每个请求都由用户级线程(ULT)(绿色线程/erlang进程/goroutine/... 任何轻量级线程)处理...
huangapple 2015年1月15日157评论garbage-collection go
go

If the capacity of a slice has been modified by the unsafe.Pointer, can the rest memory reused by the garbage collection?

英文: If the capacity of a slice has been modified by the unsafe.Pointer, can the rest memory reused b...
huangapple 2014年12月16日141评论garbage-collection go
go

大型分配的数据块导致了巨大的垃圾回收性能问题。

英文: Huge GC perforamance problems with big allocated data blocks 问题 我刚刚注意到,如果在程序中分配一个巨大的内存块,垃圾回收器(GC...
huangapple 2014年12月10日147评论garbage-collection go
go

Go语言的精确垃圾回收(GC)是如何工作的?

英文: How does Go's precise GC work? 问题 Go 1.3实现了一种精确的垃圾收集器。 它是如何精确地识别指针的? 英文: Go 1.3 implements a...
huangapple 2014年10月17日141评论go memory
go

重新分配一个接口或者允许垃圾回收器在临时变量上完成其工作。

英文: Reassign an interface or allow GC to do its work on temporary variables 问题 我对Go语言还很陌生,目前正在将一个PHP...
huangapple 2014年8月24日149评论go variables
go

Go:过多的内存使用,内存泄漏

英文: Go: Excessive memory usage, memory leak 问题 我非常非常注重内存,因为我要编写处理大型数据集的程序。 目前,我的应用程序很快就达到了32GB的内存,开始...
huangapple 2014年8月7日176评论garbage-collection go
go

一个长度为零且容量为零的切片仍然可以指向底层数组并防止垃圾回收吗?

英文: Can a zero-length and zero-cap slice still point to an underlying array and prevent garbage coll...
huangapple 2014年5月21日156评论garbage-collection go
go

delete()函数是否立即释放内存,还是需要使用runtime.GC()来释放内存?

英文: Does delete() instantly frees memory or runtime.GC() is required to free it up? 问题 我有一个地图。 myMap...
huangapple 2014年4月5日160评论garbage-collection go
go

Go语言是否保证常量的地址不变?

英文: Does Go guarantee constant addresses? 问题 给定一个对象_obj_,是否有保证 uintptr(unsafe.Pointer(&obj)) 无论何...
huangapple 2014年3月5日151评论garbage-collection go
14

文章导航

1 … 8 9 10 11 12 13 14
name
开发者交流平台
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
文章117266 留言 4 访客17034410

热门标签

javascript json reactjs c++ r sql android python arrays typescript go flutter html css c# java spring node.js pandas spring-boot

悟已往之不谏,知来者之可追!

今日
00%
已00小时
本周
00%
已过00天
本月
00%
已过00天
今年
00%
已是00月

Copyright ©  开发者交流平台 版权所有.

闽 ICP 备 2022019110 号 - 1
  • 开发者交流平台

    本页二维码