|
|
|
|
|
by mafuy
496 days ago
|
|
From a rough estimation, it should not run out of memory with these constraints. The matrix should be about 1m rows * 16 cells/row * (4 pointers/cell + overhead?) * 8 bytes/pointer = approx 1 GB. That's quite little. The dynamic memory is negligible with 104 cols, avg search depth should only be around 104/16. |
|