[PATCH] D89544: [CodingStandards] Clarify the recommendation to use SmallVector

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 16 07:29:23 PDT 2020


jdoerfert added a comment.

Ratio in llvm-core, not that this method is actually accurate but I guess the ballpark is right:

  ag SmallVector llvm/lib | wc
     9498   43412  970112
  
  ag 'std::vector' llvm/lib | wc
     2296    9660  231768


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89544



More information about the llvm-commits mailing list