change shared_ptr<>* to raw pointer
Summary: change shared_ptr<>* to raw pointer in forwardIndex in RTIndex. This saves 16 bytes per forward list (decrease from 88 to 72) and translates to about 4-5% memory saving for RTIndex in ff tier. Test Plan: unit test Reviewed By: xliux@fb.com FB internal diff: D551191
Showing
Please register or sign in to comment