- reuse std::string we read messages into
- when reading line-wise, use SmallVector<128> and read in chunks of 128 (this affects headers, which are short, and tests, which don't matter)
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
nit: