18 Matching Annotations
- Dec 2022
-
-
带有 GC 的语言都提到了 Safepoint,能否以简单的话语说明 Safepoint 的具体含义?
Tags
Annotators
URL
-
-
www.zhihu.com www.zhihu.com
-
Java heap size为什么不建议设置大于32G?
Tags
Annotators
URL
-
-
www.zhihu.com www.zhihu.com
-
既然引用计数在做 GC 时有性能问题,为什么智能指针会广泛应用它?
-
-
www.zhihu.com www.zhihu.com
-
JVM GC遍历一次新生代所有对象是否可达需要多久?
Tags
Annotators
URL
-
-
-
对大量使用 immutable data structure 的语言,其 VM 和 GC 会有何特点?
Tags
Annotators
URL
-
-
www.zhihu.com www.zhihu.com
-
如果实现了一种不用暂停世界的GC算法,会对现在编程语言产生什么影响?
Tags
Annotators
URL
-
-
www.zhihu.com www.zhihu.com
-
rust是不是一个no gc 的 haskell?
Tags
Annotators
URL
-
-
www.zhihu.com www.zhihu.com
-
Go1.6中的gc pause已经完全超越JVM了吗?
Tags
Annotators
URL
-
-
www.zhihu.com www.zhihu.com
-
Java 中, 为什么一个对象的实例方法在执行完成之前其对象可以被 GC 回收?
Tags
Annotators
URL
-
-
www.zhihu.com www.zhihu.com
-
Java的finalizer,cleaner等如何实现?
-
-
www.zhihu.com www.zhihu.com
-
Java 等语言的 GC 为什么不实时释放内存?
Tags
Annotators
URL
-
-
www.zhihu.com www.zhihu.com
-
Java可达性分析算法会不会出现循环引用问题?
-
-
www.zhihu.com www.zhihu.com
-
请教这段代码可以加快回收吗?
Tags
Annotators
URL
-
- Oct 2022
-
-
在新版本(起码 1.15 及以后)的 Go 当中,sync.Pool 里的临时对象需要两次 GC 才会被真正清除掉。 // 只一次 GC 的话只会让其中的临时对象被“打上记号”。 // 更具体的说,只做一次 GC 只会使得 sync.Pool 里的临时对象被移动到池中的“备用区域”(详见 victim 字段)。 // 在我们调用 sync.Pool 的 Get 方法时,如果 sync.Pool 的“本地区域”(详见 local 字段)当中没有可用的临时对象, // 那么 sync.Pool 会试图从这个“备用区域”中获取临时对象。 // 如果“备用区域”也没有可用的临时对象,sync.Pool 才会去调用 New 函数。 // 所以,这里的例子需要再添加一行对 runtime.GC() 函数的调用,才能使它的结果与最初的相同,并起到准确示范的作用。
runtime.GC()
-
- Aug 2022
-
time.geekbang.org time.geekbang.org
-
换句话说线程在跑
线程是gc root,然后线程又是引用了外部的线程池,只要线程不被回收(核心线程在allowCoreThreadTimeOut为false的情况下不会被回收),那么线程池也不会被回收。
-
线程在跑
线程是gc root,然后线程又是引用了外部的线程池,只要线程不被回收(核心线程在allowCoreThreadTimeOut为false的情况下不会被回收),那么线程池也不会被回收。
Tags
Annotators
URL
-
- May 2018
-
www.gutenberg.org www.gutenberg.org
-
A foe in the hall-building: this horrible stranger2 50 Was Grendel entitled, the march-stepper famous Who3 dwelt in the moor-fens, the marsh and the fastness; The wan-mooded being abode for a season [5] In the land of the giants, when the Lord and Creator Had banned him and branded. For that bitter murder, 55 The killing of Abel, all-ruling Father Cain is referred to as a progenitor of Grendel, and of monsters in general. The kindred of Cain crushed with His vengeance;
Absolutely unnecessary to add all this nonsensical Christian stuff to the text. The story would have flowed much better without it.
-
- Jul 2017
-
usergeneratededucation.wordpress.com usergeneratededucation.wordpress.com
-
When educators leverage these types of informal learning by giving agency to the students to use their mobile technologies and by providing the structure and skills for their use within more formal educational settings, motivation and learning are increased.
Yet so many teachers prohibit and collect phones when you come into class. This is something administrators can encourage a shift in.
-