Use std::array instead of std::vector for bitmap
Summary: The size of the vector is essentially 4, there's no point of allocating it on heap. This improves locality and avoids unnecessary indirection. Reviewed By: jmswen Differential Revision: D13709524 fbshipit-source-id: 76c80b835a73ec8f7f5096ae927292571d137596
Showing
Please register or sign in to comment