TBB: balanced splits vs unbalanced but simple splits
Hello, this is just a word about a cautionary tale regarding writing your own Ranges for Intel’s Threading Building Blocks library. In our project we use a 2D iterator that iterates over all elements in an upper triangle (ie think an upper triangle matrix and you hit all cells != 0). I’ve implemented two approaches. [...] Read more





