code
code copied to clipboard
fix(ch2-mandelbrot): exchange row and rows initial capacity
init rows with height, init row with width.
if we init rows with width and row with height, we can't avoid vector resize. But we can avoid this if we exchange this two initial value.