[llvm-dev] RFC: Reducing the number of set classes in ADT

Krzysztof Parzyszek via llvm-dev llvm-dev at lists.llvm.org
Fri Oct 14 12:55:53 PDT 2016


On 10/14/2016 1:58 PM, Justin Lebar via llvm-dev wrote:
> * SmallSet falls back to std::set<T> when it runs out of inline storage (which
>   itself is pretty bad because std::set will pwn your caches).

Can we use std::unordered_set instead?

-Krzysztof

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, 
hosted by The Linux Foundation


More information about the llvm-dev mailing list