Hacker News new | ask | show | jobs
by gpderetta 3460 days ago
deques support fast prepending. You can implement them on top of shared memory, although as the canonical implementation is block based and uses indirection for access, the dynamic resizing capability is less useful.