|
|
|
|
|
by TillE
4189 days ago
|
|
Anything involving pointers to arbitrary memory locations sounds great until data locality becomes an issue. Although if such data structures (especially sorted trees) are sufficiently useful, an object pool can help. But a linked list of any kind should basically never be used when performance matters. |
|