Summary: Starting with the Right Data Layer
A recap of what we've learned so far.
Choosing our data structures
First, we examined how data structure choices might change access patterns and impact the complexity of the code we write. We introduced some simple principles:
-
Keep data ...