-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Hi, I tested the memory pool, and I found that the performance of this memory pool is not good as allocating memory from heap, so the code is only for beginner to learn, right?
Allocate memory from memory pool: 0.304s
Allocate memory form heap: 0.0608
for(int i = 0; i < 200000; ++i) {
v = new TestMemoryPool();
}
Metadata
Metadata
Assignees
Labels
No labels