[1:00:43][@garryjohanson][I feel I kinda lost the forecast for the trees this episode. Would you mind recapping?]
[1:01:06][Blackboard: Linked structs]
[1:12:52][Blackboard: Walking the tree with a recursive function]
[1:15:38][@dudeinbasement1][Thoughts on linked lists, and cache friendliness? I found that a simple array, and just copying when it changes length, was way faster]
[1:17:08][Blackboard: Cache friendliness]
[1:21:12][@pseudonym73][Concurrency also matters. Linked lists can be better if you need multiple threads working on the list at the same time]
[1:21:48][@cubercaleb][How do you feel about object pools as a sort of middle ground between linked lists and arrays?]