Live data from Hacker News

What are the lesser known but useful data structures?

stackoverflow.com

81–82 of 82 posts

Re: What are the lesser known but useful data structures?

#82
post #79

Earlier quoted context omitted.

The FIFO equivalent can also be useful.

I’m not sure what you are referring to, do you have a link?

I don't have a link, but it's an obvious transformation - basically, using a ring buffer for allocations where I can guarantee that older things will be freed before newer stuff.
Post reply on HN