MaskRay wrote:

Beside the FoldingSetNodeID size overhead, FoldingSet has slow lookup key 
(serialised into a FoldingSetNodeID), hash (external call, xxh3), and equality 
on a hit. However, it has faster growth/erase, but it's overall worse than 
DenseMap in this use case.

https://github.com/llvm/llvm-project/pull/221304
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to