dfj version of delaunay refinement executes the original algorithm with workers=1...
[IRC.git] / Robust / src / Benchmarks / oooJava / DelaunayRefinement / SerialDelaunayRefinement.java
2011-04-04 jjenistadfj version of delaunay refinement executes the origina...
2011-04-04 jjenistakeep a copy of the original delaunay refinement algorit...
2011-04-03 jjenistareworking parallel implementation, both single and...
2011-04-02 jjenistamodified algorithm for dfj style parallelism
2011-04-01 stepheyThese are the files that were giving me trouble last...
2011-03-31 stepheyAdded in semi-trivial locations (to test it). However...
2011-03-31 stepheyTried to squeeze out more performance by changing the...
2011-03-31 stepheyChanges/optimizations to benchmark.
2011-03-30 stepheyThe benchmark works as far as I can tell (passes intern...
2011-03-30 stepheyIt compiles and runs now... but it doesn't appear to...
2011-03-29 stepheyCompiles with a few warnings... Doesn't run yet though.