I need to make an *efficient* linked list that can store more than 5 million elements containing a long data type. 5 million is considered a small job, as large planned runs will involve up to 112 million elements.

Know of any source code (or links) for VB code that has the least memory overhead?

thx, -lp