„Linked lists are not real“
@Alberta Tech funny as usual.
Should you never use them? I think they are ok as a private data structure, locally, with little code exposure.
But as something visible in your application? I advise against it.
We had such lists in #curl and replaced them with an array and bitsets. All problems solved, zero regrets.
https://m.youtube.com/watch?v=-TMdron2JhY
@Alberta Tech funny as usual.
Should you never use them? I think they are ok as a private data structure, locally, with little code exposure.
But as something visible in your application? I advise against it.
We had such lists in #curl and replaced them with an array and bitsets. All problems solved, zero regrets.
https://m.youtube.com/watch?v=-TMdron2JhY
1