|
|
|
|
|
by monkeyelite
315 days ago
|
|
Yes. But also overwhelming consensus is that complex indirect data structures just don’t end up performing on modern hardware due to cache and branch prediction. Only use them when the theoretical algorithmic properties make them the only tool for the job. |
|
But yeah. Contiguous dynamic arrays and hash tables, those are usually what you want.