You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
- Should we ever shrink vectors?
10
10
- Should we have size and capacity inline or in the storage header?
11
11
- Should we have a small inline buffer for a couple of elements?
12
+
- When storing the size and capacity out of line, should we always remove the storage iff the vector is empty so that `empty()` checks can be a simple nullptr check for the storage without the need for dereferencing the out of line buffer?
12
13
13
14
Implement basis operations, provide the rest through concept extensions
0 commit comments