[PATCH] D54418: [llvm-exegesis] InstructionBenchmarkClustering::dbScan(): replace SetVector with custom BitVectorVector

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 14 00:44:33 PST 2018


lebedev.ri abandoned this revision.
lebedev.ri added a comment.

Okay, if everyone hates abstractions, so be it, https://reviews.llvm.org/D54514 :)
Did benchmarks, `std::vector<char>` is indeed slightly better here.


Repository:
  rL LLVM

https://reviews.llvm.org/D54418





More information about the llvm-commits mailing list