voronoi benchmark. On dc-11, the computation part runs 3x faster with a computation...
authorstephey <stephey>
Fri, 8 Apr 2011 05:39:01 +0000 (05:39 +0000)
committerstephey <stephey>
Fri, 8 Apr 2011 05:39:01 +0000 (05:39 +0000)
commitd1ceae8cf7e0222d15f1b1c80aba6d93e59b2dfb
treef4e70296bd632360d2d79a02445e94581c1984a2
parent962045fb482b951ebd554a4ccacc2c873ea50ef8
voronoi benchmark. On dc-11, the computation part runs 3x faster with a computation depth of 3.

It could probably do better but for some reason, when I add another sese (see Vertex.java line 115 where it's commented out), RuntimeConflictResolver.java crashes on line 506 (cannot find a conflict graph for a given sese).
Robust/src/Benchmarks/oooJava/voronoi/Edge.java [new file with mode: 0644]
Robust/src/Benchmarks/oooJava/voronoi/EdgePair.java [new file with mode: 0644]
Robust/src/Benchmarks/oooJava/voronoi/MyDouble.java [new file with mode: 0644]
Robust/src/Benchmarks/oooJava/voronoi/TestRunner.java [new file with mode: 0644]
Robust/src/Benchmarks/oooJava/voronoi/Vec2.java [new file with mode: 0644]
Robust/src/Benchmarks/oooJava/voronoi/Vertex.java [new file with mode: 0644]
Robust/src/Benchmarks/oooJava/voronoi/makefile [new file with mode: 0644]