In a very simplistic situation where a user-base application is CPU bound, it would be ideal to create a matrix that compares processor allocation to a reasonable number of concurrent users.
在用户应用程序受限于CPU的情况下,建立一个基准比较处理器的分配和合理的并发用户数非常理想。
2
The Rhino code base reads almost like C code: it avoids allocation and does as much as possible with jump tables to avoid the overhead of virtual method lookups.