Skip to content

What does SBO friendly means? #874

Answered by skypjack
fililili asked this question in Q&A
Discussion options

You must be logged in to vote

SBO stands for small buffer optimization. That is, the any class knows whether it has to allocate memory for your object or if it can in-place construct it into an internal buffer that is used for housekeeping otherwise. Nothing special. Just a common technique in the C++ land.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fililili
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question open question
2 participants