Details
Details
- Reviewers
chandlerc
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Probing is at hash, hash + 1, hash + 1 + 2, hash + 1 + 2 + 3... as can be seen in SmallPtrSetImplBase::FindBucketFor
Paths
| Differential D127927
[NFC] Correct comment: exponentially -> quadratically Needs ReviewPublic Authored by tlongeri on Jun 15 2022, 6:19 PM.
Details
Diff Detail
Event Timelinetlongeri retitled this revision from Correct comment: exponentially -> quadratically to [NFC] Correct comment: exponentially -> quadratically.Jun 15 2022, 6:21 PM Comment Actions Probing is at hash, hash + 1, hash + 1 + 2, hash + 1 + 2 + 3... as can be seen in SmallPtrSetImplBase::FindBucketFor
Revision Contents
Diff 437417 llvm/include/llvm/ADT/SmallPtrSet.h
|
clang-format not found in user’s local PATH; not linting file.