feat(allocator/vec2): add specialized grow_one method#9855
Conversation
CodSpeed Instrumentation Performance ReportMerging #9855 will not alter performanceComparing Summary
|
a305372 to
b9a6398
Compare
0d9b2d1 to
4465ad4
Compare
4465ad4 to
2fc0088
Compare
b9a6398 to
9968328
Compare
2fc0088 to
e8c0a03
Compare
a504121 to
10edac8
Compare
10edac8 to
b5b57c3
Compare
58393b8 to
50aaab5
Compare
b5b57c3 to
e29ab62
Compare
50aaab5 to
cdb5487
Compare
e29ab62 to
203c556
Compare
cdb5487 to
c9bfd21
Compare
203c556 to
056efdf
Compare
c9bfd21 to
2dc4779
Compare
056efdf to
cbd2cdb
Compare
cbd2cdb to
979432a
Compare
WalkthroughA new public method named 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (16)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Merge activity
|
979432a to
78efa6b
Compare
78efa6b to
7f2f247
Compare

A specialized version of
self.reserve(len, 1)which requires the caller to ensurelen == self.capacity().