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

Linked vs Dynamic Array

Name: Anonymous 2011-12-12 20:01

In consideration of modern architectures and memory layout, are linked data structures ever worth it?
It feels like an dynamic array is a lot better in every sense.

Name: F r o z e n V o i d ® 2011-12-14 21:32

>>60 OPTIMIZED
struct Bitmap { char magic[2]; /* ... */ }; bitmap = (struct Bitmap){ .magic = "BM", /* does this equal .magic = {'B','M','\0'},? */ /* ... */ };

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