[libcxx-commits] [PATCH] D85419: [libcxx/variant] Added a few benchmarks for `std::visit`.

Michael Park via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 6 03:22:31 PDT 2020


mpark created this revision.
mpark added reviewers: ldionne, EricWF, mclow.lists.
Herald added subscribers: libcxx-commits, dexonsmith.
Herald added a project: libc++.
Herald added a reviewer: libc++.
mpark requested review of this revision.

This patch adds a few `std::visit` benchmarks as a starting point.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D85419

Files:
  libcxx/benchmarks/VariantBenchmarks.h
  libcxx/benchmarks/variant_visit_1.bench.cpp
  libcxx/benchmarks/variant_visit_2.bench.cpp
  libcxx/benchmarks/variant_visit_3.bench.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85419.283557.patch
Type: text/x-patch
Size: 4447 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200806/90961a34/attachment-0001.bin>


More information about the libcxx-commits mailing list