Unsafe pre-sorted construction for sorted-vector containers
Summary: [Folly] Unsafe pre-sorted construction for sorted-vector containers. If the backing container type can be constructed directly in sorted order or can be determined in advance to be in sorted order, then a special constructor can help code take advantage of this condition by avoiding an extra invocation of `std::sort`. Reviewed By: spalamarchuk Differential Revision: D6708379 fbshipit-source-id: 25d886b0814dc9230c6046ed1e7f199fac47754e
Showing
Please register or sign in to comment