7476
Developer's Corner / Re: Linked Lists versus Lists in .NET
« Last post by f0dder on February 28, 2007, 08:17 AM »Well, a C++ std::vector is simpler than a std::list (since it has (fast) random access etc.), and if you need splicing and large inserts, std::list can be the solution for speed-critical tasks...
So my default, simple and efficient container would be a vector, unless I need another because of whatever characteristic.
So my default, simple and efficient container would be a vector, unless I need another because of whatever characteristic.

Recent Posts

). Also interesting is intel's Robson technology, which adds the flash part of hybrid harddrives in another way, as a PCI express card... I'm looking forward to that, especially since it might be supported on XP.

. The user manual .pdf also looked decent enough, seems to have the features I need.
, but I guess I can live with that.