Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

A queue would be an excellent time to use a linked list.

I don't understand the point of making a claim like this about a data-structure. The most fundamental thing in data-structures is that there is a time and a place for using each one. No data-structure is inherently 'better' than the others.



Based on the disruptor paper (http://disruptor.googlecode.com/files/Disruptor-1.0.pdf) linked lists make poor queues also. Ring buffers backed by arrays are much better.


Very interesting, but I feel there is a difference of need here.

You're right...there a Ring buffer with an array is better, but for average programmers a linked-list makes a damn good (maintainable, easy, understandable, and pretty quick) queue.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: