pbbsbench
pbbsbench copied to clipboard
New version of pbbs benchmarks
Not sure if it's accidental or on purpose, but there are conflict markers in these files: - [nearestNeighbors/octTree/neighbors.h](https://github.com/cmuparlay/pbbsbench/blob/master/comparisonSort/sampleSort/sort.h) - [comparisonSort/sampleSort/sort.h](https://github.com/cmuparlay/pbbsbench/blob/master/nearestNeighbors/octTree/neighbors.h) - [common/seqDefs](https://github.com/cmuparlay/pbbsbench/blob/master/common/seqDefs)
Hello all I am getting the following error while running pbbsbench, would be grateful for any help in this regard.  Best Regards Upasna
If used linker is ld or gold, they'll only properly accept linked objects if they are sorted in reverse topological order: if X depends on Y, X should go before...
Added comments to make the Vamana implementation more readable, did some minor reformatting and refactoring, and added questions where intent or best practices are unclear.
We must break ties on the right-most point as well to avoid reporting a colinear point. A counter example is ``` pbbs_sequencePoint2d 1, 0 1, 1 1, -1 0, 0...
The "triangles" data generator is currently broken and marked as "to-update"; this PR should fix it. addRays was also marked as to-update, but seems to work fine as-is.
When running the `rangeQuery2D/parallelPaneSweep` and `rangeQuery2D/serial` benchmarks on an input like the following: ``` pbbs_sequencePoint2d 0 0 4 4 5 5 6 6 2 2 2 2 ``` The expected...