| Title |
Fast Hash Linked List unit |
| Description |
Sometimes you need a list of items but cannot use an array or TList efficiently. For example: You have an MRU (Most Recently Used) cache with many items in it. Placing an item in front becomes very expensive. Linked lists can be used in these situations. |
| Comments * |
|