El 08/02/2026 a las 6:06, Nigel Stewart via Boost escribió:
I like staque. :-)
Seque? ("See queue") Single-ended deque.
The problem is that it's not a queue... A single-ended queue would be a FIFO, like the std::queue adapter. After some thoughts, in order to follow Peter's advice on not calling "xxx_vector" something that it's not contiguous in memory and since I don't like "staque", I've renamed it to "segtor" (contraction for "segmented vector"). At least is short! I haven't found that name used in github, I think the name came from experiments that Matthew Bentley was doing (although if I remember correctly his approach was using geometrically increasing segments, something I hope I can add in the future). Let's see if everyone hates it, so that it will become a memorable name... Best, Ion