Comment by netheril96 5 years ago The language doesn't matter. In almost all languages linked list has worse performance due to cache. 6 comments netheril96 Reply pfundstein 5 years ago Forgive me but are linked lists common in other languages? smabie 5 years ago Super common? Main data structure in Scala, any kind of Lisp, Haskell, Erlang, etc. Linked lists are a functional programmer's goto data structure. pfundstein 5 years ago Well that would explain why I've only encountered them in C. 3 replies →
pfundstein 5 years ago Forgive me but are linked lists common in other languages? smabie 5 years ago Super common? Main data structure in Scala, any kind of Lisp, Haskell, Erlang, etc. Linked lists are a functional programmer's goto data structure. pfundstein 5 years ago Well that would explain why I've only encountered them in C. 3 replies →
smabie 5 years ago Super common? Main data structure in Scala, any kind of Lisp, Haskell, Erlang, etc. Linked lists are a functional programmer's goto data structure. pfundstein 5 years ago Well that would explain why I've only encountered them in C. 3 replies →
Forgive me but are linked lists common in other languages?
Super common? Main data structure in Scala, any kind of Lisp, Haskell, Erlang, etc. Linked lists are a functional programmer's goto data structure.
Well that would explain why I've only encountered them in C.
3 replies →