Add per-thread caches to the allocator
Now, threads will claim an entire block at a time, and put it in a thread-local cache. In the common case, they can allocate out of this block, and only need to take out a lock if they run out.
Showing
Please register or sign in to comment