Y
Hacker News
new
|
ask
|
show
|
jobs
by
senderista
8 days ago
This is just silly. You can't even reserve capacity because you only store size and capacity is implicitly the next power of 2 >= size.
1 comments
sparkie
8 days ago
The concept of not storing capacity isn't silly. If you need to reserve space then it's not the appropriate structure, but it's otherwise fine.
However, using an 2-element array to avoid using a struct is silly.
link
However, using an 2-element array to avoid using a struct is silly.