|
|
|
|
|
by geocar
3466 days ago
|
|
Linux uses linked lists because it is simple to code. That linked lists are slow doesn't matter very much because there are lots of slow parts in Linux that are a better use of attention. Doom moved to vectors (arrays) because linked lists are slow, and because there wasn't enough other slow parts that needed attention. |
|
There is a time and a place for them, but if you need speed I agree... there are better solutions