Closed kygx-legend closed 7 years ago
@ddmbr @zzxx-husky @Yuzhen11 FYI. This patch does improve performance about 5% overall. But many interfaces are affected if turning on aligned allocator. I will enable it progressively.
Well done! But how do I switch between different allocators?
The way I thought is ObjListStore::createObjList<ObjT, AlignedAllocator>()
, but it breaks other stores like ChannelStore
. Then it's a large modifications, which is on going.
Ref #279.
This is the kick-off for supporting aligned allocator, which would improve the time of operation to access object.