Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: * Use `ThreadLocalPtr<T>` v.s. `ThreadLocal<shared_ptr<T>>` to remove one level indirection on access. * Allows splitting the fast-path v.s. slow-path more finely and inline-expanding only the fast-path. Reviewed By: Gownta Differential Revision: D66591950 fbshipit-source-id: 20ab12deb05c7e297df368eb8e6b0de92bcb813a
- Loading branch information