2 Quotes by Thomas Anderson
- Author Thomas Anderson
-
Quote
The advantage of subdividing the heap is that multiple threads can each allocate objects at the same time without interfering with one another. Further, by allocating object used by the same thread from the same memory region, cache hit rates may improve.
- Tags
- Share
- Author Thomas Anderson
-
Quote
Because the exponential distribution is so mathematically convenient, it is tempting to use it even when it is not appropriate.
- Tags
- Share