|
-
Jan 28th, 2004, 04:17 AM
#1
Thread Starter
Addicted Member
ArrayList vs Linked List
I'm trying to maintain a collection of collections.
The first collection will be a hash table.
Each of it's members will either be a linked list or an arraylist.
I was wondering how each compared in terms of memory consumption and performance in .Net. (Obviously I'd need to create my own linked list class)
Also is there any way to find out the amount of memory consumed by an object via debug?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|