Array brightness usually has better performance when you have a large array ... I mean thousands of elements. Otherwise, for small arrays, just use the new ones. If you use this array in other places in your code, for example. between threads, you should use clear to make sure everythread will work with a zero / default array
you can easily check it yourself using any stopwatch mechanism or profiling tools
source
share