Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Data structures

Name: sadfrog 2012-01-25 16:00

Is it bad using linked lists where i could possibly use arrays?
Having a dynamic data structure is nice in case i decide i need
to remove / add more elements later, but in this case it's unlikely.

What is "good practice" in this case?

Name: 9 2012-01-25 17:58

I should probably split up further linked lists into mutable and immutable linked lists:

Mutable:
Appending and splitting is most efficient.

Immutable:
Appending and splitting is "half-bad" AFAIK.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List