Closed BrandonRoehl closed 5 years ago
This reduces the memory because we don't have to malloc the space for combined strings and hold.
Reduces memory usage so now we only require n + x bytes in memory for the largest table instead of 2(n+x) for the largest table.
This reduces the memory because we don't have to malloc the space for combined strings and hold.
Reduces memory usage so now we only require n + x bytes in memory for the largest table instead of 2(n+x) for the largest table.