On JRuby, because there's an in-progress #each we have to pause for every element, Enumerator#next has to spin up a *new native thread*.
由于JRuby中具有一个进程中的#each,因此我们不得不在遍历每个元素后暂停一下,而Enumerator#next不得不使用*newnativethread*来解决这个问题。
On JRuby, because there's an in-progress #each we have to pause for every element, Enumerator#next has to spin up a *new native thread*.
由于JRuby中具有一个进程中的#each,因此我们不得不在遍历每个元素后暂停一下,而Enumerator#next不得不使用*newnativethread*来解决这个问题。
应用推荐