[libcxx-commits] [PATCH] D141435: [libc++] Make pmr::monotonic_buffer_resource bump down

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 10 14:23:48 PST 2023


philnik added a comment.

Benchmarks:

  --------------------------------
  Benchmark          old       new
  --------------------------------
  bm_list/1      5.93 ns   4.05 ns
  bm_list/8      46.8 ns   33.2 ns
  bm_list/64      366 ns    240 ns
  bm_list/512    3011 ns   1938 ns
  bm_list/2048  14374 ns   8517 ns


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141435/new/

https://reviews.llvm.org/D141435



More information about the libcxx-commits mailing list